OpenSmalltalk / opensmalltalk-vm

Cross-platform virtual machine for Squeak, Pharo, Cuis, and Newspeak.
http://opensmalltalk.org/
Other
557 stars 111 forks source link

Refixed slip in mvm #646

Closed KenDickey closed 2 years ago

KenDickey commented 2 years ago

Elided 1 line (TARGET_ARCH)

KenDickey commented 2 years ago

More bits & bobs for RV64g. All tested on riscv64.

KenDickey commented 2 years ago

nonRegisterStructReturnIsViaImplicitFirstArgument still needs to return false/0

If you remove VMMaker method ThreadedARM64FFIPlugin>>nonRegisterStructReturnIsViaImplicitFirstArgument

The inherited behavior should be correct.

I am not much of a GIT user. Is current close enough?