aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime.h
diff options
context:
space:
mode:
authorKen Thompson <ken@golang.org>2008-11-13 10:35:44 -0800
committerKen Thompson <ken@golang.org>2008-11-13 10:35:44 -0800
commitbc0b4f0d2a610059afb95ef0360704714815187d (patch)
tree4d8297ca1915b56d9c7cf887ee6dd7e5bf09a2d6 /src/runtime/runtime.h
parentc4d8dc0b835dc307a14b8ef8867eef13139e23c8 (diff)
downloadgo-bc0b4f0d2a610059afb95ef0360704714815187d.tar.xz
mike's map code
R=r OCL=19146 CL=19146
Diffstat (limited to 'src/runtime/runtime.h')
-rw-r--r--src/runtime/runtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 74afa3aef1..5f2ad18b17 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -215,6 +215,7 @@ void throw(int8*);
uint32 rnd(uint32, uint32);
void prints(int8*);
void mcpy(byte*, byte*, uint32);
+void mmov(byte*, byte*, uint32);
void* mal(uint32);
uint32 cmpstring(string, string);
void initsig(void);