ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/ppc_asm.tmpl
(Generate patch)

Comparing SheepShaver/src/Unix/ppc_asm.tmpl (file contents):
Revision 1.7 by gbeauche, 2005-06-28T16:47:32Z vs.
Revision 1.8 by asvitkine, 2009-08-18T18:26:11Z

# Line 31 | Line 31
31   #define ASM_TYPE(NAME, TYPE)    /* nothing */
32   #define ASM_ALIGN_2(EXP)        EXP
33   #define ASM_HA16(VAR)           ha16(VAR)
34 < #define ASM_LO16(VAR, REG)      lo16(VAR)(REG)
34 > #define ASM_LO16(VAR)           lo16(VAR)
35   #define ASM_MACRO_END           .endmacro
36   #define ASM_MACRO_ARG_SEP       ,
37   #define ASM_MACRO_ARG0_DEF      /* nothing! */
# Line 55 | Line 55
55   #define ASM_HA16(VAR)           VAR@ha
56   #endif
57   #ifndef ASM_LO16
58 < #define ASM_LO16(VAR, REG)      VAR@l(REG)
58 > #define ASM_LO16(VAR)           VAR@l
59   #endif
60   #ifndef ASM_MACRO_START
61   #define ASM_MACRO_START         .macro

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines