summaryrefslogtreecommitdiffstats
path: root/src/ssx/ppc405/ppc405_exceptions.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssx/ppc405/ppc405_exceptions.S')
-rw-r--r--src/ssx/ppc405/ppc405_exceptions.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ssx/ppc405/ppc405_exceptions.S b/src/ssx/ppc405/ppc405_exceptions.S
index c8080de..01038a3 100644
--- a/src/ssx/ppc405/ppc405_exceptions.S
+++ b/src/ssx/ppc405/ppc405_exceptions.S
@@ -80,6 +80,12 @@
__vectors:
__vectors_0000:
+#ifndef SSX_NO_BOOT_VECTOR0
+ // FIXME: This is just a quick hack to get SSX running on simics -- grm
+ .global __ssx_boot
+ b __ssx_boot
+#endif
+
### ****************************************************************************
### .vectors_0100
### ****************************************************************************
OpenPOWER on IntegriCloud