diff options
Diffstat (limited to 'script/gen-inject-asm.sh')
-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 |