hotspot/src/cpu/x86/vm/assembler_x86.hpp
changeset 7121 69928525c55c
parent 6772 2563324665d5
child 7397 5b173b4ca846
--- a/hotspot/src/cpu/x86/vm/assembler_x86.hpp	Sat Nov 06 02:53:59 2010 -0700
+++ b/hotspot/src/cpu/x86/vm/assembler_x86.hpp	Sat Nov 06 18:52:07 2010 -0700
@@ -1011,6 +1011,7 @@
   void hlt();
 
   void idivl(Register src);
+  void divl(Register src); // Unsigned division
 
   void idivq(Register src);