-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ParseXS: fix OUTLIST/OUTPUT override issue
I introduced a bug during recent code refactoring. For the specific (and unusual) case of a void XSUB with a single parameter which was both OUTLIST and also had an OUTPUT entry with a code override: foo(IN_OUTLIST int A) OUTPUT: A setA(ST[99], A); the OUTLIST would fail to emit the code to set the new mortal to be stored at ST(0) to the value of A.
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters