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

Unified Diff: src/pkg/runtime/rt0_linux_386.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_freebsd_arm.s ('k') | src/pkg/runtime/rt0_linux_amd64.s » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/rt0_linux_386.s
===================================================================
--- a/src/pkg/runtime/rt0_linux_386.s
+++ b/src/pkg/runtime/rt0_linux_386.s
@@ -14,7 +14,7 @@
INT $3
TEXT main(SB),NOSPLIT,$0
- JMP _rt0_go(SB)
+ JMP runtime·rt0_go(SB)
TEXT _fallback_vdso(SB),NOSPLIT,$0
INT $0x80
« no previous file with comments | « src/pkg/runtime/rt0_freebsd_arm.s ('k') | src/pkg/runtime/rt0_linux_amd64.s » ('j') | no next file with comments »

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