diff options
author | comex | 2015-01-21 18:24:23 -0500 |
---|---|---|
committer | comex | 2015-01-21 18:27:32 -0500 |
commit | 4bdad293ee59241af1e19cac1c61089aa77eba84 (patch) | |
tree | 8ecce10290b470b8a9674d9083b0d9d75a9570ff /script | |
parent | stopping other threads. (diff) | |
download | substitute-4bdad293ee59241af1e19cac1c61089aa77eba84.tar.gz |
Current version of generic-dis-*, for posterity (I'm sure it'll need to be changed...)
and apparently i changed something in inject-asm
Diffstat (limited to 'script')
-rwxr-xr-x | script/gen-inject-asm.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/gen-inject-asm.sh b/script/gen-inject-asm.sh index 962ecc6..e2b97ec 100755 --- a/script/gen-inject-asm.sh +++ b/script/gen-inject-asm.sh @@ -1,8 +1,8 @@ #!/bin/sh echo <<END /* Generated by script/gen-inject-asm.sh. The relevant source is in-tree (make - * out/inject-asm.S), but this file has been checked in too, in case your C - * compiler doesn't support all of these architectures. + * out/darwin-inject-asm.S), but this file has been checked in too, in case + * your C compiler doesn't support all of these architectures. * This file contains code for 4 architectures in one text page; it's remapped * into the target process and the appropriate thunk executed. Having ARM code * here on x86 and whatnot is currently pointless (and use of that code is |