From be19cb8772aee45c596126078a72e510cf66b471 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 24 Mar 2020 03:49:37 -0700 Subject: 6164 --- mu_instructions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mu_instructions') diff --git a/mu_instructions b/mu_instructions index 7b2d53b3..6a450ec0 100644 --- a/mu_instructions +++ b/mu_instructions @@ -154,8 +154,8 @@ be provided in an earlier 'var' declaration. Address operations -var/reg: (addr T) <- address var: T - => "8d/copy-address *(ebp+" var.stack-offset ") " reg "/r32" +var/reg: (addr T) <- address var2: T + => "8d/copy-address *(ebp+" var2.stack-offset ") " reg "/r32" Array operations (TODO: bounds-checking) -- cgit 1.4.1-2-gfad0 6'>this commit Community notes board for shared UNIX systemsgbmor <ben@gbmor.dev>
summary refs log tree commit diff stats
path: root/.travis.yml
blob: 906f5713ffd1a4ca820a2c706a58e719c94486a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30