Skip to content

Commit

Permalink
win32.c: tentatively fix build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
tgingold committed Apr 9, 2024
1 parent 9fa79c9 commit 676405a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/grt/config/win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ asm ("\n\
.type 32\n\
.endef\n\
.seh_proc __run_seh\n\
.seh_handler ghdl_SEH_handler,@except\n\
.seh_handler " __USER_LABEL_PREFIX__ "ghdl_SEH_handler,@except\n\
__run_seh:\n\
subq $40, %rsp\n\
.seh_stackalloc 40\n\
.seh_endprologue\n\
call %rcx\n\
callq *%rcx\n\
nop\n\
addq $40, %rsp\n\
ret\n\
Expand Down

0 comments on commit 676405a

Please sign in to comment.