summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/memmove_plan9_386.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/memmove_plan9_386.s')
-rw-r--r--src/pkg/runtime/memmove_plan9_386.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/memmove_plan9_386.s b/src/pkg/runtime/memmove_plan9_386.s
index 187616cd0..5ac5c27d4 100644
--- a/src/pkg/runtime/memmove_plan9_386.s
+++ b/src/pkg/runtime/memmove_plan9_386.s
@@ -101,6 +101,7 @@ move_1or2:
MOVB -1(SI)(BX*1), CX
MOVB AX, (DI)
MOVB CX, -1(DI)(BX*1)
+ RET
move_0:
RET
move_3or4: