pike.git/
src/
code/
amd64.c
Branch:
Tag:
Non-build tags
All tags
No tags
2013-05-28
2013-05-28 17:41:57 by Martin Nilsson <nilsson@opera.com>
70ff3d9a3041bedddc56a928a9ff00ff6d45bcd6 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Valgrind friendly machine code
1420:
{ LABEL_A; /* Use C-stack for counter. We have padding added in entry */
+
#ifndef USE_VALGRIND
add_mem8_imm( REG_RSP, 0, 1 ); jno( &label_B );
-
+
#endif
call_rel_imm32( branch_check_threads_update_etc );
-
+
#ifndef USE_VALGRIND
LABEL_B;
-
+
#endif
} }