summaryrefslogtreecommitdiffstats
path: root/src/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/rt_start.S7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/runtime/rt_start.S b/src/runtime/rt_start.S
index d69184aef..ba1a975d7 100644
--- a/src/runtime/rt_start.S
+++ b/src/runtime/rt_start.S
@@ -5,7 +5,10 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2013,2014
+# Contributors Listed Below - COPYRIGHT 2013,2017
+# [+] International Business Machines Corp.
+# [+] Joel Stanley
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -47,7 +50,7 @@ _init:
ld r8, 0(r10) # Get count of relocations.
- cmpi cr0, r8, 0 # Perform relocations (if any).
+ cmpwi cr0, r8, 0 # Perform relocations (if any).
beq 2f
mtctr r8
1:
OpenPOWER on IntegriCloud