Skip to content

Commit a3385f5

Browse files
PalumboNguillep
authored andcommitted
Pushing up mustBeGlobalInFile: to SimpleCogit
1 parent 1478728 commit a3385f5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

smalltalksrc/VMMaker/SimpleStackBasedCogit.class.st

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,12 @@ SimpleStackBasedCogit class >> initializeBytecodeTableForSistaV1 [
189189
(3 254 255 unknownBytecode))
190190
]
191191

192+
{ #category : 'translation' }
193+
SimpleStackBasedCogit class >> mustBeGlobalInFile: var [
194+
195+
^ #( #aMethodLabel #generatorTable ) includes: var
196+
]
197+
192198
{ #category : 'class initialization' }
193199
SimpleStackBasedCogit class >> table: primArray from: specArray [
194200
"Fill in the specified entries in the primitive table."

smalltalksrc/VMMaker/StackToRegisterMappingCogit.class.st

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -433,12 +433,6 @@ StackToRegisterMappingCogit class >> mustBeGlobalAndExport: var [
433433
var ]
434434
]
435435

436-
{ #category : 'translation' }
437-
StackToRegisterMappingCogit class >> mustBeGlobalInFile: var [
438-
439-
^ #( #aMethodLabel #generatorTable ) includes: var
440-
]
441-
442436
{ #category : 'accessing' }
443437
StackToRegisterMappingCogit class >> numPushNilsFunction [
444438
"Answer the value of numPushNilsFunction"

0 commit comments

Comments
 (0)