Skip to content

Instantly share code, notes, and snippets.

@methodmissing
Created June 15, 2009 23:02
Show Gist options
  • Select an option

  • Save methodmissing/130408 to your computer and use it in GitHub Desktop.

Select an option

Save methodmissing/130408 to your computer and use it in GitHub Desktop.
pid$target::st_lookup:entry {
self->arg2 = arg2;
printf("\nKey %d, value %d\n", arg1, *(uint32_t *)copyin(self->arg2, 4));
}
Key 10365, value 10365
Key 10365, value 10365
Key 669966, value 575355
Key 665908, value 57476
Key 10365, value 0
Key 665622, value 658701
Key 2969, value 2535244071
Key 2969, value 2535244071
Key 2969, value 2535244071
Key 2969, value 2535244071
Key 2969, value 2535244071
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment