Guest User

Untitled

a guest
Mar 2nd, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. void*f(void*x,void*y){return g(x,y,1);}
  2.  
  3. f:
  4. # %bb.0:
  5. push rax
  6. mov edx, 1
  7. call g
  8. pop rcx
  9. ret
Advertisement
Add Comment
Please, Sign In to add comment