OSDN Git Service

フロントエンドコードのjitcは通るようになった。(debug2.binの正常出力を確認)
[heavyosecpu/HeavyOSECPU.git] / osecpu.h
index 85aff28..a854077 100644 (file)
--- a/osecpu.h
+++ b/osecpu.h
@@ -116,8 +116,8 @@ struct Regs {
     int executionLevel;
     
        /* for-junkApi */
-       int argc;
-       const char **argv;
+       //int argc;
+       //const char **argv;
        unsigned char *buf0, *buf1, *junkStack, lastConsoleChar, *junkStack1;
 
        HOSECPU_LabelListTag *label;