diff options
| author | Quentin Carbonneaux <[email protected]> | 2017-04-16 14:43:16 -0400 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2017-04-16 14:50:13 -0400 |
| commit | 138b09af877707bde9188c292ff98d3d81fe288b (patch) | |
| tree | 294e6aeb4a79f30853a32532561b8e09d8c0742d /ops.h | |
| parent | b9c8724ea50e92ee7215fca6edadcb5755b2a578 (diff) | |
minor changes for env parameter
Since the environment can only be of type `l`, do
not require to write it down.
I also tightened the type information of the `pare`
and `arge` instructions.
Diffstat (limited to 'ops.h')
| -rw-r--r-- | ops.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -133,10 +133,10 @@ O(afcmp, T(e,e,s,d, e,e,s,d), 0) X(0, 0, 0) /* Arguments, Parameters, and Calls */ O(par, T(x,x,x,x, x,x,x,x), 0) X(0, 0, 0) O(parc, T(e,x,e,e, e,x,e,e), 0) X(0, 0, 0) -O(pare, T(x,x,x,x, x,x,x,x), 0) X(0, 0, 0) +O(pare, T(e,x,e,e, e,x,e,e), 0) X(0, 0, 0) O(arg, T(w,l,s,d, x,x,x,x), 0) X(0, 0, 0) O(argc, T(e,x,e,e, e,l,e,e), 0) X(0, 0, 0) -O(arge, T(w,l,s,d, x,x,x,x), 0) X(0, 0, 0) +O(arge, T(e,l,e,e, e,x,e,e), 0) X(0, 0, 0) O(call, T(m,m,m,m, x,x,x,x), 0) X(0, 0, 0) O(vacall, T(m,m,m,m, x,x,x,x), 0) X(0, 0, 0) |
