Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: 7f2dbbc501e96a18abba1fa59411b02b6cf6b446
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/7f2dbbc501e96a18abba1fa59411b02b6cf6b446 Author: Eliot Miranda <
[hidden email]>
Date: 2021-01-20 (Wed, 20 Jan 2021)
Changed paths:
M src/plugins/BitBltPlugin/BitBltPlugin.c
M src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c
M src/plugins/Mpeg3Plugin/Mpeg3Plugin.c
M src/plugins/SocketPlugin/SocketPlugin.c
M src/plugins/SoundPlugin/SoundPlugin.c
Log Message:
-----------
CogVM source as per VMMaker.oscog-eem.2938
SmartSyntaxPlugin Slang compilation:
Eliminate a little dead code following final conditional return.
Don't bother to check for failure when returning results of
positive32BitIntegerFor:, which cannot fail.