diff options
Diffstat (limited to 'src/asm')
-rw-r--r-- | src/asm/x86_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asm/x86_64.c b/src/asm/x86_64.c index 16e6bc6..e246fbc 100644 --- a/src/asm/x86_64.c +++ b/src/asm/x86_64.c @@ -382,4 +382,4 @@ int asm_ret(Asm *self, u16 bytes) { am_memcpy(self->code_it, &bytes, sizeof(bytes)); } return 0; -}
\ No newline at end of file +} |