Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 419851 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- ruby-1.9.3-p194/gc.h
0
++ ruby-1.9.3-p194/gc.h
Lines 3-9 Link Here
3
#define RUBY_GC_H 1
3
#define RUBY_GC_H 1
4
4
5
#if defined(__x86_64__) && defined(__GNUC__)
5
#if defined(__x86_64__) && defined(__GNUC__)
6
#define SET_MACHINE_STACK_END(p) __asm__("movq\t%%rsp, %0" : "=r" (*(p)))
6
#define SET_MACHINE_STACK_END(p) __asm__("movq\t%%rsp, %q0" : "=r" (*(p)))
7
#elif defined(__i386) && defined(__GNUC__)
7
#elif defined(__i386) && defined(__GNUC__)
8
#define SET_MACHINE_STACK_END(p) __asm__("movl\t%%esp, %0" : "=r" (*(p)))
8
#define SET_MACHINE_STACK_END(p) __asm__("movl\t%%esp, %0" : "=r" (*(p)))
9
#else
9
#else

Return to bug 419851