diff options
-rw-r--r-- | dynasm/dasm_arm64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynasm/dasm_arm64.h b/dynasm/dasm_arm64.h index 154728f4..975f5867 100644 --- a/dynasm/dasm_arm64.h +++ b/dynasm/dasm_arm64.h | |||
@@ -438,7 +438,7 @@ int dasm_encode(Dst_DECL, void *buffer) | |||
438 | n = DASM_EXTERN(Dst, (unsigned char *)cp, (ins&2047), !(ins&2048)); | 438 | n = DASM_EXTERN(Dst, (unsigned char *)cp, (ins&2047), !(ins&2048)); |
439 | goto patchrel; | 439 | goto patchrel; |
440 | case DASM_ALIGN: | 440 | case DASM_ALIGN: |
441 | ins &= 255; while ((((char *)cp - base) & ins)) *cp++ = 0xe1a00000; | 441 | ins &= 255; while ((((char *)cp - base) & ins)) *cp++ = 0xd503201f; |
442 | break; | 442 | break; |
443 | case DASM_REL_LG: | 443 | case DASM_REL_LG: |
444 | if (n < 0) { | 444 | if (n < 0) { |