summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MDK/Common/System.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common/System.pm b/MDK/Common/System.pm
index e179de4..d792383 100644
--- a/MDK/Common/System.pm
+++ b/MDK/Common/System.pm
@@ -296,7 +296,7 @@ sub syscall_ {
my $f = shift;
require 'syscall.ph';
- syscall(&{"SYS_$f"}, @_) == 0;
+ syscall(&{"main::SYS_$f"}, @_) == 0;
}