mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Comment tweaks
This commit is contained in:
@@ -356,8 +356,6 @@ static void processAccess(Toy_VM* vm) {
|
||||
return;
|
||||
}
|
||||
|
||||
//URGENT: should I loop functions into the reference system?
|
||||
|
||||
//in the event of a certain subset of types, create references instead (these should only exist on the stack)
|
||||
if (TOY_VALUE_IS_REFERENCE(*valuePtr) || TOY_VALUE_IS_ARRAY(*valuePtr) || TOY_VALUE_IS_TABLE(*valuePtr) || TOY_VALUE_IS_FUNCTION(*valuePtr)) {
|
||||
Toy_Value ref = TOY_REFERENCE_FROM_POINTER(valuePtr);
|
||||
|
||||
Reference in New Issue
Block a user