Skip to content

Commit

Permalink
Rollback StackInterpreter default image W/R
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN committed Feb 23, 2022
1 parent d1ec8ac commit 73f96b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smalltalksrc/VMMaker/StackInterpreter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -649,15 +649,15 @@ StackInterpreter class >> imageReaderClass [

^Smalltalk at: (InitializationOptions
at: #ImageReader
ifAbsent: [ #ComposedImageReader ])
ifAbsent: [ #SpurImageReader ])
]

{ #category : #accessing }
StackInterpreter class >> imageWriterClass [

^Smalltalk at: (InitializationOptions
at: #ImageWriter
ifAbsent: [ #ComposedImageWriter ])
ifAbsent: [ #SpurImageWriter ])
]

{ #category : #translation }
Expand Down

0 comments on commit 73f96b8

Please sign in to comment.