From 45d7aff47545f52136487fbb5b06cdcf716cbe9f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 13 Jan 2021 01:48:36 -0800 Subject: Major overhaul of some of the memory tracking code, as well as some cleanup of the compilation code. --- compiler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compiler.h') diff --git a/compiler.h b/compiler.h index 66af44f..3b61c17 100644 --- a/compiler.h +++ b/compiler.h @@ -7,6 +7,8 @@ #include "file_loader.h" #include "types.h" +__attribute__((nonnull)) +vm_op_t *new_op(file_t *f, const char *start, enum VMOpcode type); __attribute__((nonnull(1,2))) vm_op_t *bp_simplepattern(file_t *f, const char *str); __attribute__((nonnull(1,2))) -- cgit v1.2.3