Skip to content

Commit

Permalink
sizeOfIntegralCType: bytesPerWord
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernán Morales Durand committed Jul 31, 2023
1 parent 1c3a3ca commit 9f10e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smalltalksrc/Melchor/VMPluginCodeGenerator.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ VMPluginCodeGenerator >> sizeOfIntegralCType: anIntegralCType [ "<String>"
['short'] -> [2].
['short int'] -> [2].
['char'] -> [1].
['long'] -> [BytesPerWord]. "It's ambiguous on LLP64 and we'll later remove it"
['long'] -> [ self bytesPerWord ]. "It's ambiguous on LLP64 and we'll later remove it"
['size_t'] -> [6].
['pid_t'] -> [6].
}
Expand Down

0 comments on commit 9f10e99

Please sign in to comment.