Created
June 15, 2009 23:02
-
-
Save methodmissing/130408 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pid$target::st_lookup:entry { | |
| self->arg2 = arg2; | |
| printf("\nKey %d, value %d\n", arg1, *(uint32_t *)copyin(self->arg2, 4)); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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