projects
/
matthijs
/
master-project
/
cλash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef589de
)
Fix typo.
author
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Mon, 22 Jun 2009 10:52:52 +0000
(12:52 +0200)
committer
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Mon, 22 Jun 2009 10:52:52 +0000
(12:52 +0200)
VHDL.hs
patch
|
blob
|
history
diff --git
a/VHDL.hs
b/VHDL.hs
index fcfd91171376aff196e9f2514e5dacf1ad927d39..8f710f37a6dba640dfbea1f57ee3120a3884d5bb 100644
(file)
--- a/
VHDL.hs
+++ b/
VHDL.hs
@@
-279,7
+279,7
@@
mkConcSm (bndr, app@(CoreSyn.App _ _))= do
let sel_name = mkSelectedName bndr label in
mkUncondAssign (Right sel_name) (varToVHDLExpr arg)
IdInfo.VanillaGlobal -> do
- -- It's a global value imported from elsewhere. These can be builtin
g
+ -- It's a global value imported from elsewhere. These can be builtin
-- functions.
funSignatures <- getA vsNameTable
case (Map.lookup (bndrToString f) funSignatures) of