Skip to content

Instantly share code, notes, and snippets.

@stqism
Created September 18, 2013 02:29
Show Gist options
  • Save stqism/6603689 to your computer and use it in GitHub Desktop.
Save stqism/6603689 to your computer and use it in GitHub Desktop.
__asm__ (goto("1:"
STATIC_KEY_INITIAL_NOP
".pushsection __jump_table, \"aw\" \n\t"
_ASM_ALIGN "\n\t"
_ASM_PTR "1b, %l[l_yes], %c0 \n\t"
".popsection \n\t"
: : "i" (key) : : l_yes););
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment