Update README.md

extensions
Steven Massey 5 years ago committed by GitHub
parent 3ccfc1b8f0
commit 550437f2e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -166,7 +166,7 @@ return_t Operation_NewObject (registers...)
* stack [index] = o;
return_t r = CallNextOperation (registers...);
return_t r = CallNextOperation (registers...); // executes to the end of the scope/block/curly-brace, then returns
if (o->ReferenceCount () == 0)
runtime->DestroyObject (registers..., o); // calls o's destructor and frees memory

Loading…
Cancel
Save