diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-10-31 21:14:14 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-10-31 21:14:14 +0000 |
commit | 5d800d43668360b5752277108247fdd5c5069301 (patch) | |
tree | 3cd0c7feaca40a2cc3fe17e3fc7425b09f549fe2 /asm/parser.h | |
parent | 14a3820e7406aa403aab67254f91886d30244b82 (diff) | |
download | ovm-5d800d43668360b5752277108247fdd5c5069301.tar.gz ovm-5d800d43668360b5752277108247fdd5c5069301.tar.bz2 ovm-5d800d43668360b5752277108247fdd5c5069301.zip |
Moved inst module to lib
As it has no dependencies on vm specifically, and it's more necessary
for any vendors who wish to target the virtual machine, it makes more
sense for inst to be a lib module rather than a vm module.
Diffstat (limited to 'asm/parser.h')
-rw-r--r-- | asm/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/parser.h b/asm/parser.h index 9da1117..1921c7e 100644 --- a/asm/parser.h +++ b/asm/parser.h @@ -15,7 +15,7 @@ #include "./lexer.h" -#include <vm/inst.h> +#include <lib/inst.h> typedef enum { |