glasm: Implement some graphics instructions on GLASM

This commit is contained in:
ReinUsesLisp
2021-07-22 21:51:31 -04:00
committed by ameerj
parent 31d402ee74
commit 1f3446b47e
2 changed files with 5 additions and 6 deletions
@@ -49,7 +49,7 @@ void EmitJoin(EmitContext& ctx) {
}
void EmitDemoteToHelperInvocation(EmitContext& ctx) {
NotImplemented();
ctx.Add("KIL TR.x;");
}
void EmitBarrier(EmitContext& ctx) {