Skip to content

Commit

Permalink
For spur.cog.lowcode flavors, minor fix for cointerp.h via VMMaker.os…
Browse files Browse the repository at this point in the history
…cog-mt.3327 [ci skip]
  • Loading branch information
marceltaeumel authored and eliotmiranda committed May 10, 2023
1 parent 8b9eef1 commit f5a0a68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/spur32.cog.lowcode/cointerp.h
@@ -1,5 +1,5 @@
/* Automatically generated by
CCodeGeneratorGlobalStructure VMMaker.oscog-eem.3324 uuid: 1377b9b5-9ae2-4164-8ebd-a4ace3630464
CCodeGeneratorGlobalStructure VMMaker.oscog-mt.3327 uuid: 1192a8e3-a0b5-f645-bb2b-8afc7cebc1e1
*/


Expand Down Expand Up @@ -277,6 +277,7 @@ extern sqInt splObj(sqInt index);
extern usqInt storeCheckBoundary(void);
extern sqInt storeLong32ofObjectwithValue(sqInt fieldIndex, sqInt obj, sqInt valueWord);
extern sqInt storePointerUncheckedofObjectwithValue(sqInt fieldIndex, sqInt objOop, sqInt valuePointer);
extern sqInt storePointerofObjectwithValue(sqInt fieldIndex, sqInt objOop, sqInt valuePointer);
extern sqInt stringForCString(const char *aCString);
extern void tenuringIncrementalGC(void);
extern sqInt topRemappableOop(void);
Expand All @@ -300,6 +301,7 @@ extern void flush(void);
extern void (*functionPointerForinClass(sqInt primIdx,sqInt theClass))(void);
extern usqLong getNextWakeupUsecs(void);
extern sqInt * getStackPointer(void);
extern sqInt getThisSessionID(void);
extern FILE * getTranscript(void);
extern sqInt highBit(usqInt anUnsignedValue);
extern sqInt isFloatObject(sqInt oop);
Expand Down
4 changes: 3 additions & 1 deletion src/spur64.cog.lowcode/cointerp.h
@@ -1,5 +1,5 @@
/* Automatically generated by
CCodeGeneratorGlobalStructure VMMaker.oscog-eem.3324 uuid: 1377b9b5-9ae2-4164-8ebd-a4ace3630464
CCodeGeneratorGlobalStructure VMMaker.oscog-mt.3327 uuid: 1192a8e3-a0b5-f645-bb2b-8afc7cebc1e1
*/


Expand Down Expand Up @@ -279,6 +279,7 @@ extern sqInt splObj(sqInt index);
extern usqInt storeCheckBoundary(void);
extern sqInt storeLong32ofObjectwithValue(sqInt fieldIndex, sqInt obj, sqInt valueWord);
extern sqInt storePointerUncheckedofObjectwithValue(sqInt fieldIndex, sqInt objOop, sqInt valuePointer);
extern sqInt storePointerofObjectwithValue(sqInt fieldIndex, sqInt objOop, sqInt valuePointer);
extern sqInt stringForCString(const char *aCString);
extern void tenuringIncrementalGC(void);
extern sqInt topRemappableOop(void);
Expand All @@ -302,6 +303,7 @@ extern void flush(void);
extern void (*functionPointerForinClass(sqInt primIdx,sqInt theClass))(void);
extern usqLong getNextWakeupUsecs(void);
extern sqInt * getStackPointer(void);
extern sqInt getThisSessionID(void);
extern FILE * getTranscript(void);
extern sqInt highBit(usqInt anUnsignedValue);
extern sqInt isFloatObject(sqInt oop);
Expand Down

0 comments on commit f5a0a68

Please sign in to comment.