Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compilers: Pass mode to determine_args, not its string value
We always pass the string value of the mode to determine_args, which causes the check on the mode argument inside determine_args to always evaluate to false. Fix this by passing the mode itself, not its value. (cherry picked from commit 9cb9ad8)
- Loading branch information