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

Unified Diff: src/pkg/runtime/rt0_solaris_amd64.s

Issue 139110043: code review 139110043: runtime: convert a few traceback-related functions from... (Closed)
Patch Set: diff -r 0b83bb7bb7ec705538e89577c4f0da9ff37b4fbe https://code.google.com/p/go/ Created 10 years, 6 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
« no previous file with comments | « src/pkg/runtime/rt0_plan9_amd64.s ('k') | src/pkg/runtime/rt0_windows_386.s » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/rt0_solaris_amd64.s
===================================================================
--- a/src/pkg/runtime/rt0_solaris_amd64.s
+++ b/src/pkg/runtime/rt0_solaris_amd64.s
@@ -11,7 +11,7 @@
JMP AX
TEXT main(SB),NOSPLIT,$-8
- MOVQ $_rt0_go(SB), AX
+ MOVQ $runtime·rt0_go(SB), AX
JMP AX
DATA runtime·issolaris(SB)/4, $1
« no previous file with comments | « src/pkg/runtime/rt0_plan9_amd64.s ('k') | src/pkg/runtime/rt0_windows_386.s » ('j') | no next file with comments »

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