inline assembler question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hi
please tell me what it means:
#define MBARRIER() __asm__ __volatile__ ("lock; addl $0,0(%%esp)" :::
"memory")
#define UNLOCK_MBARRIER() __asm__ __volatile__ ("" ::: "memory")
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]