Skip to content

Commit 62c8c7c

Browse files
committed
Correct LVI print function test
1 parent e410606 commit 62c8c7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CHECK: print
22
CHECK: lfence
3-
CHECK: lfence
4-
CHECK: lfence
5-
CHECK: callq 0x{{[[:xdigit:]]*}} <_Unwind_Resume>
6-
CHECK-NEXT: ud2
3+
CHECK: popq
4+
CHECK-NEXT: popq [[REGISTER:%[a-z]+]]
5+
CHECK-NEXT: lfence
6+
CHECK-NEXT: jmpq *[[REGISTER]]

0 commit comments

Comments
 (0)