From 679c84a0751adbcc6e57d1ca3b0cd986c28d323a Mon Sep 17 00:00:00 2001 From: Themis Demetriades Date: Mon, 3 Jun 2024 17:36:19 +0100 Subject: [PATCH] Moved WORD_BITS constant to global header w/ S --- src/decode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/decode.c b/src/decode.c index 3f13a5f..d3fd0d6 100644 --- a/src/decode.c +++ b/src/decode.c @@ -2,6 +2,7 @@ #include #include #include "decode.h" +#include "emulator.h" // Retrieve the bits between positions 'lsb' (inclusive) and 'msb' (exclusive) from a given word // as a new zero-extended word.