Skip to content

Commit cefa1f9

Browse files
committed
more unbreaking fixes
1 parent 1f9dc63 commit cefa1f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

BE/TestData/threads.32.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM
6565
pusharg 0x50f00:U32
6666
pusharg user_arg
67-
pusharg 0:A32 # tls
67+
pusharg 0:U32 # tls
6868
pusharg stk
6969
pusharg proc
7070
bsr clone_wrapper

BE/TestData/threads.64.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM
6565
pusharg 0x50f00:U64
6666
pusharg user_arg
67-
pusharg 0:A64 # tls
67+
pusharg 0:U64 # tls
6868
pusharg stk
6969
pusharg proc
7070
bsr clone_wrapper

0 commit comments

Comments
 (0)