|
From: <ans...@us...> - 2007-01-08 08:24:27
|
Revision: 3051
http://jnode.svn.sourceforge.net/jnode/?rev=3051&view=rev
Author: ansari82
Date: 2007-01-08 00:24:25 -0800 (Mon, 08 Jan 2007)
Log Message:
-----------
Fixed incorrect interrupts base
Modified Paths:
--------------
branches/jikesRVM/core/src/core/com/ibm/JikesRVM/VM_TrapConstants.java
Modified: branches/jikesRVM/core/src/core/com/ibm/JikesRVM/VM_TrapConstants.java
===================================================================
--- branches/jikesRVM/core/src/core/com/ibm/JikesRVM/VM_TrapConstants.java 2007-01-08 08:23:21 UTC (rev 3050)
+++ branches/jikesRVM/core/src/core/com/ibm/JikesRVM/VM_TrapConstants.java 2007-01-08 08:24:25 UTC (rev 3051)
@@ -16,6 +16,6 @@
* This base is added to the numeric trap codes in VM_Runtime.java
* to yield the intel trap number that is given to INT instructions
*/
- public final static byte RVM_TRAP_BASE = (byte) 0x40;
+ public final static byte RVM_TRAP_BASE = (byte) 0x00;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|