Skip to content

Commit 7258083

Browse files
committed
6884
1 parent 866cccc commit 7258083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/tile/data.mu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ fn create-primitive-defs _self: (addr handle function) {
113113
var curr-word-ah/ecx: (addr handle word) <- get body, data
114114
allocate curr-word-ah
115115
var curr-word/eax: (addr word) <- lookup *curr-word-ah
116-
initialize-word-with curr-word, "x"
116+
initialize-word-with curr-word, "2"
117117
curr-word-ah <- get curr-word, next
118118
allocate curr-word-ah
119119
curr-word <- lookup *curr-word-ah
120-
initialize-word-with curr-word, "2"
120+
initialize-word-with curr-word, "x"
121121
curr-word-ah <- get curr-word, next
122122
allocate curr-word-ah
123123
curr-word <- lookup *curr-word-ah

0 commit comments

Comments
 (0)