From 7b9d907902433b3c30a593597abf90fab6bce352 Mon Sep 17 00:00:00 2001 From: Warren Toomey Date: Thu, 3 Mar 2016 10:47:07 +1000 Subject: [PATCH] Fixed the a7out smes/rmes bug, they work now. --- tools/a7out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/a7out b/tools/a7out index 381434a..724e73e 100755 --- a/tools/a7out +++ b/tools/a7out @@ -537,8 +537,8 @@ sub cal { 17 => \&sys_chdir, 18 => \&sys_chmod, 19 => \&sys_chown, - 27 => \&sys_rmes, - 28 => \&sys_smes, + 28 => \&sys_rmes, + 27 => \&sys_smes, 29 => \&sys_fork, );