diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/gluten.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gluten.h b/common/gluten.h index 57b94f4..5e1fb42 100644 --- a/common/gluten.h +++ b/common/gluten.h @@ -168,7 +168,7 @@ struct op_block { struct return_desc { struct gluten_offset val; - int32_t error; + struct gluten_offset error; bool cont; }; |