/* try a fast lookup in the translation cache */
movl %eax, %ebx /* next guest addr */
- andl $VG_TT_FAST_MASK, %ebx /* entry# */
+ andl $ VG_TT_FAST_MASK, %ebx /* entry# */
movl 0+VG_(tt_fast)(,%ebx,8), %esi /* .guest */
movl 4+VG_(tt_fast)(,%ebx,8), %edi /* .host */
cmpl %eax, %esi
/* try a fast lookup in the translation cache */
movl %eax, %ebx /* next guest addr */
- andl $VG_TT_FAST_MASK, %ebx /* entry# */
+ andl $ VG_TT_FAST_MASK, %ebx /* entry# */
movl 0+VG_(tt_fast)(,%ebx,8), %esi /* .guest */
movl 4+VG_(tt_fast)(,%ebx,8), %edi /* .host */
cmpl %eax, %esi
/* %EIP is up to date here */
/* back out decrement of the dispatch counter */
addl $1, VG_(dispatch_ctr)
- movl $VG_TRC_INNER_COUNTERZERO, %eax
+ movl $ VG_TRC_INNER_COUNTERZERO, %eax
jmp run_innerloop_exit
/*NOTREACHED*/
/* %EIP is up to date here */
/* back out decrement of the dispatch counter */
addl $1, VG_(dispatch_ctr)
- movl $VG_TRC_INNER_FASTMISS, %eax
+ movl $ VG_TRC_INNER_FASTMISS, %eax
jmp run_innerloop_exit
/*NOTREACHED*/
jmp run_innerloop_exit_REALLY
invariant_violation:
- movl $VG_TRC_INVARIANT_FAILED, %eax
+ movl $ VG_TRC_INVARIANT_FAILED, %eax
jmp run_innerloop_exit_REALLY
run_innerloop_exit_REALLY:
If eip is in the range [1,2), the syscall hasn't been started yet */
/* Set the signal mask which should be current during the syscall. */
- movl $__NR_rt_sigprocmask, %eax
- movl $VKI_SIG_SETMASK, %ebx
+ movl $ __NR_rt_sigprocmask, %eax
+ movl $ VKI_SIG_SETMASK, %ebx
movl 8+FSZ(%esp), %ecx
movl 12+FSZ(%esp), %edx
movl 16+FSZ(%esp), %esi
4: /* Re-block signals. If eip is in [4,5), then the syscall is complete and
we needn't worry about it. */
- movl $__NR_rt_sigprocmask, %eax
- movl $VKI_SIG_SETMASK, %ebx
+ movl $ __NR_rt_sigprocmask, %eax
+ movl $ VKI_SIG_SETMASK, %ebx
movl 12+FSZ(%esp), %ecx
xorl %edx, %edx
movl 16+FSZ(%esp), %esi
x86_fallback_frame_state() in
gcc-4.1.0/gcc/config/i386/linux-unwind.h */
popl %eax
- movl $__NR_sigreturn, %eax
+ movl $ __NR_sigreturn, %eax
int $0x80
ud2
.global VG_(x86_linux_SUBST_FOR_rt_sigreturn)
VG_(x86_linux_SUBST_FOR_rt_sigreturn):
/* Likewise for rt signal frames */
- movl $__NR_rt_sigreturn, %eax
+ movl $ __NR_rt_sigreturn, %eax
int $0x80
ud2