Skip to content

Commit

Permalink
Fix gaffe
Browse files Browse the repository at this point in the history
  • Loading branch information
ollef committed May 30, 2024
1 parent 527f0a4 commit b3a1194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LowToLLVM.hs
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ assembleTerm env nameSuggestion passBy = \case
pointer' <- assembleOperand env pointer
emitInstruction $
varName var
<> " = call i64 sixten_heap_tag"
<> " = call i64 @sixten_heap_tag"
<> parens [typedOperand pointer']
pure (Local var, Nothing)
Syntax.Offset base size -> do
Expand Down

0 comments on commit b3a1194

Please sign in to comment.