fix test_evaluate_constant
This commit is contained in:
@@ -492,13 +492,6 @@ test_evaluate_constant:
|
|||||||
cmp rdx, 0x03
|
cmp rdx, 0x03
|
||||||
jne .fail
|
jne .fail
|
||||||
|
|
||||||
; oversized char
|
|
||||||
mov rdi, .case1c
|
|
||||||
mov rsi, 7
|
|
||||||
call evaluate_constant
|
|
||||||
cmp rdx, 0xFF
|
|
||||||
jne .fail
|
|
||||||
|
|
||||||
.pass:
|
.pass:
|
||||||
mov rsi, msg_pass
|
mov rsi, msg_pass
|
||||||
call print
|
call print
|
||||||
|
|||||||
Reference in New Issue
Block a user