diff options
author | Sverker Eriksson <[email protected]> | 2012-11-13 15:32:26 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-11-13 15:32:26 +0100 |
commit | 574b023712de7923d04e91e8919aabdcfb6232b8 (patch) | |
tree | 9baefa6c23a5b74dec089673e63a15f48b9e2492 /erts/emulator/hipe/hipe_amd64_bifs.m4 | |
parent | 27e544f51c93c058153444876ea5cc0c7516f3fd (diff) | |
parent | a31e27e84ea3d0449f737b7cf421c1b55e98421a (diff) | |
download | otp-574b023712de7923d04e91e8919aabdcfb6232b8.tar.gz otp-574b023712de7923d04e91e8919aabdcfb6232b8.tar.bz2 otp-574b023712de7923d04e91e8919aabdcfb6232b8.zip |
Merge branch 'sverk/hipe-solaris-m4-bug/OTP-10577' into maint
* sverk/hipe-solaris-m4-bug/OTP-10577:
erts: Change assembler comment for hipe on x86 and amd64
erts: Fix compile error on solaris in generated hipe_amd64_bifs.S
Diffstat (limited to 'erts/emulator/hipe/hipe_amd64_bifs.m4')
-rw-r--r-- | erts/emulator/hipe/hipe_amd64_bifs.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/hipe/hipe_amd64_bifs.m4 b/erts/emulator/hipe/hipe_amd64_bifs.m4 index ec25c0b9b7..42e8b2a9b0 100644 --- a/erts/emulator/hipe/hipe_amd64_bifs.m4 +++ b/erts/emulator/hipe/hipe_amd64_bifs.m4 @@ -30,12 +30,12 @@ include(`hipe/hipe_amd64_asm.m4') #define TEST_GOT_EXN cmpq $THE_NON_VALUE, %rax #endif' -define(TEST_GOT_MBUF,`movq P_MBUF(P), %rdx # `TEST_GOT_MBUF' +define(TEST_GOT_MBUF,`movq P_MBUF(P), %rdx /* `TEST_GOT_MBUF' */ testq %rdx, %rdx jnz 3f 2:') define(HANDLE_GOT_MBUF,` -3: call nbif_$1_gc_after_bif # `HANDLE_GOT_MBUF' +3: call nbif_$1_gc_after_bif /* `HANDLE_GOT_MBUF' */ jmp 2b') `#if defined(ERTS_ENABLE_LOCK_CHECK) && defined(ERTS_SMP) |