# | Line 215 | Line 215 | bool ThunksInit(void) | |
---|---|---|
215 | native_op[NATIVE_R_GET_RESOURCE].func = r_get_resource_func; | |
216 | #endif | |
217 | #else | |
218 | < | #if defined(__linux__) || (defined(__APPLE__) && defined(__MACH__)) |
218 | > | #if defined(__linux__) || defined(__NetBSD__) || (defined(__APPLE__) && defined(__MACH__)) |
219 | #define DEFINE_NATIVE_OP(ID, FUNC) do { \ | |
220 | uintptr base = SheepMem::Reserve(8); \ | |
221 | WriteMacInt32(base + 0, (uint32)FUNC); \ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |