diff options
Diffstat (limited to 'gc/mips_sgi_mach_dep.s')
-rw-r--r-- | gc/mips_sgi_mach_dep.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gc/mips_sgi_mach_dep.s b/gc/mips_sgi_mach_dep.s index 03c4b98..bae9b5e 100644 --- a/gc/mips_sgi_mach_dep.s +++ b/gc/mips_sgi_mach_dep.s @@ -3,6 +3,7 @@ # define call_push(x) move $4,x; jal GC_push_one + .option pic2 .text /* Mark from machine registers that are saved by C compiler */ # define FRAMESZ 32 |