Skip to content

Commit

Permalink
add align to asm for win
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Dec 8, 2023
1 parent e9436c7 commit 1c1d8fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/asm/bint-x64-win.asm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; for masm (ml64.exe)
_text segment
_text$x segment align(64) execute
align 16
mclb_add1 proc export
mov rax, [rdx]
Expand Down Expand Up @@ -4518,5 +4518,5 @@ div r8
mov [r9], rdx
ret
mclb_udiv128 endp
_text ends
_text$x ends
end

0 comments on commit 1c1d8fb

Please sign in to comment.