pike.git/
src/
code/
amd64.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:23:30 by Martin Nilsson <nilsson@opera.com>
1dd80557043cf07a859dfff6f5a918bda13951d4 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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
} }