Add -momit_lock_prefix=[no|yes] option
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / omit-lock.s
CommitLineData
d022bddd
IT
1 .code32
2.globl main
3 .type main, @function
4main:
5 lock
6 lock addl $0x1,(%eax)
This page took 0.02392 seconds and 4 git commands to generate.