$OpenBSD: patch-hotspot_src_cpu_i486_vm_interpreter_i486_cpp,v 1.1 2006/01/22 22:46:31 kurt Exp $
--- hotspot/src/cpu/i486/vm/interpreter_i486.cpp.orig	Thu Jan 19 22:52:19 2006
+++ hotspot/src/cpu/i486/vm/interpreter_i486.cpp	Thu Jan 19 22:23:57 2006
@@ -1529,7 +1529,7 @@ int AbstractInterpreter::layout_activati
     // NOTE the difference in using sender_sp and interpreter_frame_sender_sp
     // interpreter_frame_sender_sp is the original sp of the caller (the unextended_sp)
     // and sender_sp is fp+8
-    jint* locals = interpreter_frame->sender_sp() + max_locals - 1;
+    intptr_t* locals = interpreter_frame->sender_sp() + max_locals - 1;
 
     interpreter_frame->interpreter_frame_set_locals(locals);
     BasicObjectLock* montop = interpreter_frame->interpreter_frame_monitor_begin();
