Skip to content

Commit

Permalink
nasmtests: mask fpu eip for fsave
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Nov 26, 2022
1 parent 69e8eaf commit 530105e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/nasm/fsave_frstor.asm
@@ -1,14 +1,12 @@
global _start

section .data
align 16

%include "header.inc"

sub esp, 128
fldz
fld1
fsave [esp]
frstor [esp]
mov dword [esp + 12], 0 ; fpu eip (currently not emulated)

%include "footer.inc"

0 comments on commit 530105e

Please sign in to comment.