mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 15:33:03 +00:00
[SDK] Use HEX macro, like elsewhere in the file
This commit is contained in:
parent
8314c8eeba
commit
698e1a3782
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ sqrt:
|
||||||
|
|
||||||
/* x is positive, now check if it is NaN by checking if the unsigned
|
/* x is positive, now check if it is NaN by checking if the unsigned
|
||||||
integer value is larger than the highest valid positive value. */
|
integer value is larger than the highest valid positive value. */
|
||||||
mov rcx, 7FF0000000000000h
|
mov rcx, HEX(7FF0000000000000)
|
||||||
cmp rax, rcx
|
cmp rax, rcx
|
||||||
ja short x_is_nan
|
ja short x_is_nan
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue