[haiku-commits] r39127 - haiku/trunk/src/system/boot/platform/amiga_m68k

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 24 Oct 2010 18:26:17 +0200 (CEST)

Author: mmu_man
Date: 2010-10-24 18:26:17 +0200 (Sun, 24 Oct 2010)
New Revision: 39127
Changeset: http://dev.haiku-os.org/changeset/39127

Modified:
   haiku/trunk/src/system/boot/platform/amiga_m68k/rom_calls.h
Log:
Of course we need the Exec call definition for ColdReboot().


Modified: haiku/trunk/src/system/boot/platform/amiga_m68k/rom_calls.h
===================================================================
--- haiku/trunk/src/system/boot/platform/amiga_m68k/rom_calls.h 2010-10-24 
16:21:59 UTC (rev 39126)
+++ haiku/trunk/src/system/boot/platform/amiga_m68k/rom_calls.h 2010-10-24 
16:26:17 UTC (rev 39127)
@@ -1153,8 +1153,12 @@
        LP0(0x29a, struct MsgPort *, CreateMsgPort, \
        , EXEC_BASE_NAME)
 
+#define ColdReboot() \
+       LP0NR(0x2d6, ColdReboot, \
+       , EXEC_BASE_NAME)
 
 
+
 extern "C" status_t exec_error(int32 err);
 
 #endif /* __ASSEMBLER__ */


Other related posts:

  • » [haiku-commits] r39127 - haiku/trunk/src/system/boot/platform/amiga_m68k - revol