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

use unsigned operation instead of signed

This commit is contained in:
Stefan Lankes 2017-08-03 13:50:44 +02:00
parent 080c16088e
commit df256cc6c1

View file

@ -202,9 +202,9 @@ Lremap:
add rdi, 8
; note: the whole code segement has to fit in the first pgd
cmp rcx, rsi
jnb Lno_pml4_init
jnl Lno_pml4_init
cmp rcx, r11
jb Lremap
jl Lremap
Lno_pml4_init:
; Set CR3