diff options
Diffstat (limited to 'runtime/stack.h')
-rw-r--r-- | runtime/stack.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/stack.h b/runtime/stack.h index 8e5da3587..44e36c478 100644 --- a/runtime/stack.h +++ b/runtime/stack.h @@ -604,8 +604,8 @@ class StackVisitor { * | Compiler temp region | ... (reg >= max_num_special_temps) * | . | * | . | - * | V[max_num_special_temps + 1] | - * | V[max_num_special_temps + 0] | + * | V[max_num_special_temps + 1] | + * | V[max_num_special_temps + 0] | * +-------------------------------+ * | OUT[outs-1] | * | OUT[outs-2] | |