summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--start.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/start.S b/start.S
index 53604eec5..481736371 100644
--- a/start.S
+++ b/start.S
@@ -70,8 +70,8 @@ intvect_system_reset:
.section .text
_main:
;// Set up initial TOC Base
- lis 2, opd_load_address@h
- ori 2, 2, opd_load_address@l
+ lis 2, main@h
+ ori 2, 2, main@l
ld 2,8(2)
;// Set up initial stack
OpenPOWER on IntegriCloud