X-Git-Url: https://deadsoftware.ru/gitweb?p=dsw-obn.git;a=blobdiff_plain;f=rtl%2FSystem.java;h=d2ccf9b5d8cdef65e254743e3bb8374ae0e5679f;hp=08411e7625f896886a3032037fd9b65ef416ed44;hb=776edd758b261bd4f7c5c7cd758edef40e8b4f64;hpb=bc1691627adee054210acf7e801361fa574f8086 diff --git a/rtl/System.java b/rtl/System.java index 08411e7..d2ccf9b 100644 --- a/rtl/System.java +++ b/rtl/System.java @@ -1,6 +1,6 @@ public class System { - public static void Halt(int n) + public static void Halt(short n) { java.lang.System.exit(n); }