1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

add missing alignment

This commit is contained in:
Stefan Lankes 2016-08-26 19:57:36 +02:00 committed by GitHub
parent 85c1cd3fd0
commit 6314f26c66

View file

@ -654,6 +654,7 @@ Lgo3:
iretq
global is_single_kernel
align 64
is_single_kernel:
mov eax, DWORD [single_kernel]
ret