Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the non-null check for
ctx
inside the valid branch
* When we pop the FPU stack we pass in a `NULL` context since no resizing would be needed, which causes a failure if the non-null check for the `ctx` is outside the branch * Fixes failing tests in `db/asm`
- Loading branch information