Commit b7949035 authored by Alex Brainman's avatar Alex Brainman

runtime: fix windows build

R=golang-dev
CC=golang-dev
https://golang.org/cl/4052046
parent afc6928a
...@@ -298,8 +298,6 @@ runtime·compilecallback(byte *code, void *fn, uint32 argsize) ...@@ -298,8 +298,6 @@ runtime·compilecallback(byte *code, void *fn, uint32 argsize)
*p = 0xd0; *p = 0xd0;
} }
enum { StackGuard = 2048 }; // defined in proc.c
#pragma textflag 7 #pragma textflag 7
void* void*
runtime·callback(void *arg, void (*fn)(void), int32 argsize) runtime·callback(void *arg, void (*fn)(void), int32 argsize)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment