diff options
Diffstat (limited to 'arm-gen.c')
| -rw-r--r-- | arm-gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -341,7 +341,7 @@ void stuff_const_harder(uint32_t op, uint32_t v) { } } -ST_FUNC uint32_t encbranch(int pos, int addr, int fail) +uint32_t encbranch(int pos, int addr, int fail) { addr-=pos+8; addr/=4; |
