# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |