GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
x-way
/
zweic
Browse code
NullLit
master
1 parent
97cfd89
commit
677d9232302b00c33dc9c45c8d956ba8f1bfb1ee
glproj03
authored
on 2 Feb 2006
Patch
Unified
Split
Showing
1 changed file
+2
-2
■
■
■
■
■
sources/zweic/Generator.scala
Ignore Space
Show notes
View
4
■
■
■
■
■
sources/zweic/Generator.scala
+
targetReg
+
" not allocated"
);
tree match
{
case
NullLit
()
=>
// TODO
// ... à compléter ...
emitLoadConstant
(
targetReg
,
0
)
case
IntLit
(
value
)
=>
emitLoadConstant
(
targetReg
,
value
)
Show line notes below