Index: /trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU16.asm
===================================================================
--- /trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU16.asm	(revision 59860)
+++ /trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU16.asm	(revision 59861)
@@ -66,5 +66,5 @@
         xor     ax, ax
 .return:
-        mov     bp, [bp]
+        pop     bp
         ret
 
Index: /trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU32.asm
===================================================================
--- /trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU32.asm	(revision 59860)
+++ /trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU32.asm	(revision 59861)
@@ -71,5 +71,5 @@
         xor     ax, ax
 .return:
-        mov     bp, [bp]
+        pop     bp
         ret
 
Index: /trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU64.asm
===================================================================
--- /trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU64.asm	(revision 59860)
+++ /trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU64.asm	(revision 59861)
@@ -81,5 +81,5 @@
         xor     ax, ax
 .return:
-        mov     bp, [bp]
+        pop     bp
         ret
 
Index: /trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU16.asm
===================================================================
--- /trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU16.asm	(revision 59860)
+++ /trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU16.asm	(revision 59861)
@@ -64,5 +64,5 @@
         xor     ax, ax
 .return:
-        mov     bp, [bp]
+        pop     bp
         ret
 
Index: /trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU32.asm
===================================================================
--- /trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU32.asm	(revision 59860)
+++ /trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU32.asm	(revision 59861)
@@ -71,5 +71,5 @@
         xor     ax, ax
 .return:
-        mov     bp, [bp]
+        pop     bp
         ret
 
Index: /trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU64.asm
===================================================================
--- /trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU64.asm	(revision 59860)
+++ /trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU64.asm	(revision 59861)
@@ -81,5 +81,5 @@
         xor     ax, ax
 .return:
-        mov     bp, [bp]
+        pop     bp
         ret
 
