diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-03-28 04:50:02 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-03-28 04:50:02 (GMT) |
commit | 70ed4dc99c75c13797b41164959c753ffbc4572b (patch) | |
tree | 8bec4c31b19e732ec20d778434404ad96a059a67 /src/arch/operands/register-ui.h | |
parent | 41f0c0f9089ec941ceb70e2a6ad1b958483eb2ae (diff) |
Perform small code updates for operands.
Diffstat (limited to 'src/arch/operands/register-ui.h')
-rw-r--r-- | src/arch/operands/register-ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/operands/register-ui.h b/src/arch/operands/register-ui.h index 711f450..16be67b 100644 --- a/src/arch/operands/register-ui.h +++ b/src/arch/operands/register-ui.h @@ -25,7 +25,7 @@ #define _ARCH_OPERANDS_REGISTER_UI_H -#include "../operand-ui-int.h" +#include "../operand-ui-int.h" // FIXME ?? |