Guest User

Untitled

a guest
Feb 7th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. static void escape(void *p) {
  2. asm volatile("" : : "g"(p) : "memory");
  3. }
  4.  
  5. static void clobber() {
  6. asm volatile("" : : : "memory");
  7. }
Add Comment
Please, Sign In to add comment