diff options
-rw-r--r-- | src/jit/bcsave.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jit/bcsave.lua b/src/jit/bcsave.lua index adf197c6..f8ed3a1b 100644 --- a/src/jit/bcsave.lua +++ b/src/jit/bcsave.lua | |||
@@ -456,18 +456,18 @@ typedef struct { | |||
456 | uint32_t value; | 456 | uint32_t value; |
457 | } mach_nlist; | 457 | } mach_nlist; |
458 | typedef struct { | 458 | typedef struct { |
459 | uint32_t strx; | 459 | int32_t strx; |
460 | uint8_t type, sect; | 460 | uint8_t type, sect; |
461 | uint16_t desc; | 461 | uint16_t desc; |
462 | uint64_t value; | 462 | uint64_t value; |
463 | } mach_nlist_64; | 463 | } mach_nlist_64; |
464 | typedef struct | 464 | typedef struct |
465 | { | 465 | { |
466 | uint32_t magic, nfat_arch; | 466 | int32_t magic, nfat_arch; |
467 | } mach_fat_header; | 467 | } mach_fat_header; |
468 | typedef struct | 468 | typedef struct |
469 | { | 469 | { |
470 | uint32_t cputype, cpusubtype, offset, size, align; | 470 | int32_t cputype, cpusubtype, offset, size, align; |
471 | } mach_fat_arch; | 471 | } mach_fat_arch; |
472 | typedef struct { | 472 | typedef struct { |
473 | struct { | 473 | struct { |