Skip to content

Commit

Permalink
- WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tgiphil committed Apr 29, 2024
1 parent 47f94f7 commit 29ed724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Data/IR-Instructions.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
"Name": "ExceptionEnd",
"FamilyName": "IR",
"ResultCount": 0,
"OperandCount": 1,
"OperandCount": 0,
"IgnoreDuringCodeGeneration": "true"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Mosa.Compiler.Framework.Instructions;
public sealed class ExceptionEnd : BaseIRInstruction
{
public ExceptionEnd()
: base(1, 0)
: base(0, 0)
{
}

Expand Down

0 comments on commit 29ed724

Please sign in to comment.