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:
parent
029256c2ef
commit
f06de2044b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue