- fixed two apparently bogus asserts with returning gloating point constants.
This commit is contained in:
parent
3f98ba9069
commit
1895feb185
2 changed files with 3 additions and 3 deletions
|
|
@ -422,7 +422,7 @@ VMFrame *VMFrameStack::PopFrame()
|
|||
|
||||
int VMFrameStack::Call(VMFunction *func, VMValue *params, int numparams, VMReturn *results, int numresults, VMException **trap)
|
||||
{
|
||||
assert(this == VMGlobalStack); // why would anyone even want to create a local stack?
|
||||
assert(this == &GlobalVMStack); // why would anyone even want to create a local stack?
|
||||
bool allocated = false;
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue