op: assume aux ops are always wrapped by a macro

Shaves off a length, and prepares for further simplification.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-10-14 20:01:06 +02:00
parent f5e93206f6
commit 41eb3807f7
3 changed files with 5 additions and 23 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ const (
TypeHideInputLen = 1
TypePushLen = 1
TypePopLen = 1
TypeAuxLen = 1 + 4
TypeAuxLen = 1
TypeClipLen = 1 + 4*4
TypeProfileLen = 1
)