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.3 by gbeauche, 2004-01-18T22:59:06Z vs.
Revision 1.4 by gbeauche, 2005-02-20T18:08:50Z

# Line 18 | Line 18
18   #endif
19  
20   /* Register names */
21 < #if defined(__linux__)
21 > #if defined(__linux__) || defined(__NetBSD__)
22   #define r0      0
23   #define r1      1
24   #define r2      2
# Line 53 | Line 53
53   #define r31     31
54   #endif
55  
56 < #if defined(__linux__)
56 > #if defined(__linux__) || defined(__NetBSD__)
57   #define f0      0
58   #define f1      1
59   #define f2      2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines