Skip to content

Commit

Permalink
API instead of export
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Apr 8, 2024
1 parent c49f977 commit 135c93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smalltalksrc/VMMaker/Spur64BitMemoryManager.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ Spur64BitMemoryManager >> isImmediateCharacter: oop [

{ #category : #'interpreter access' }
Spur64BitMemoryManager >> isImmediateFloat: oop [
<export: true>
<api>
<inline: true>
^oop anyMask: self smallFloatTag
]
Expand Down

0 comments on commit 135c93e

Please sign in to comment.