Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(201)

Unified Diff: src/pkg/runtime/mkasmh.sh

Issue 4926042: code review 4926042: runtime: use cgo runtime functions to call windows syscalls (Closed)
Patch Set: diff -r 7fec8679f10d https://go.googlecode.com/hg/ Created 13 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/pkg/runtime/mkasmh.sh
===================================================================
--- a/src/pkg/runtime/mkasmh.sh
+++ b/src/pkg/runtime/mkasmh.sh
@@ -96,6 +96,7 @@
/^aggr G$/ { aggr="g" }
/^aggr M$/ { aggr = "m" }
/^aggr Gobuf$/ { aggr = "gobuf" }
+/^aggr WinCall$/ { aggr = "wincall" }
/^}/ { aggr = "" }
# Gobuf 24 sched;

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b