Skip to content

Commit

Permalink
Whimsical fix for evil function
Browse files Browse the repository at this point in the history
  • Loading branch information
cetio committed Apr 25, 2024
1 parent b18afaf commit 21a30cc
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions source/fern/x86.d
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ final:
debug writeln(variables);
}

Block!true compile()
/* Block!true compile()
{
Block!true ret;
// each variable is an operand
Expand All @@ -317,20 +317,12 @@ final:
foreach (instr; instructions)
with (ret)
{
void _compile(string opcode)()
{
if (instr.operands.length > 1)
{

}
}

with (OpCode) switch (instr.opcode)
{
case XOR:
}
}
}
} */
}

unittest
Expand Down

0 comments on commit 21a30cc

Please sign in to comment.