[bajos] r921 committed - überarbeitung fields

0 views
Skip to first unread message

ba...@googlecode.com

unread,
Sep 14, 2011, 7:00:57 AM9/14/11
to bajo...@googlegroups.com
Revision: 921
Author: burkhart.holznagel
Date: Wed Sep 14 03:49:25 2011
Log: überarbeitung fields
http://code.google.com/p/bajos/source/detail?r=921

Modified:
/trunk/bajos/JVM/bajvm.h

=======================================
--- /trunk/bajos/JVM/bajvm.h Sun Aug 7 04:13:08 2011
+++ /trunk/bajos/JVM/bajvm.h Wed Sep 14 03:49:25 2011
@@ -33,11 +33,10 @@
#define INIT__(_a)
#endif
#undef __DEF_GLOBALS__
-GLOBAL u2 pc; // one thread
+GLOBAL u2 pc; // active thread
GLOBAL u1 cN; // class structure Number
-GLOBAL u1 mN; //method Number in class
structure
-GLOBAL u1 fNC; // field Number in class
structure
-GLOBAL u1 fNO; // fieldN umber in object
+GLOBAL u1 mN; // method Number in
class structure
+GLOBAL u1 fN; // field number in class or object
GLOBAL u1 local INIT__(0);
GLOBAL slot* opStackBase INIT__(NULL);
GLOBAL u2* methodStackBase INIT__(NULL);
@@ -59,7 +58,7 @@
GLOBAL ThreadPriorityList threadPriorities[MAXPRIORITY] ;
GLOBAL ThreadControlBlock* interruptVectors[NUMBEROFINTERRUPTS];
#endif
-GLOBAL classStructure cs[MAXCLASSES];
+GLOBAL classStructure cs[MAXCLASSES]; // static allocated !!!
#ifndef AVR8
GLOBAL u4 timerMilliSec INIT__(0);
#else
Reply all
Reply to author
Forward
0 new messages