Index: src/pkg/runtime/runtime.h |
=================================================================== |
--- a/src/pkg/runtime/runtime.h |
+++ b/src/pkg/runtime/runtime.h |
@@ -323,6 +323,11 @@ |
uintptr settype_buf[1024]; |
uintptr settype_bufsize; |
+ uintptr lasthmap; // XXX actually an Hmap* but linker crashes with that |
+ uintptr lastkey; // int value or string data pointer |
+ intgo lastlen; // int size in bytes, or string length in bytes |
+ uintptr lasthash; // last value of lasthmap + lastkey |
+ |
#ifdef GOOS_windows |
void* thread; // thread handle |
#endif |