summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scope.h b/scope.h
index 2dfa110..dfbb2c1 100644
--- a/scope.h
+++ b/scope.h
@@ -8,6 +8,7 @@ struct storage_location {
STO_STACK,
STO_IMM,
STO_FN,
+ STO_UNRESOLVED,
} type;
union {
const struct reg* reg;