From 9ede0db8d763707915cf911b27e2d59abcdf6a16 Mon Sep 17 00:00:00 2001 From: Johannes Maier Date: Tue, 16 Jan 2024 17:45:29 +0100 Subject: [PATCH] Remove attribute. --- vuln.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vuln.c b/vuln.c index 2801bd5..17b2fc2 100644 --- a/vuln.c +++ b/vuln.c @@ -51,7 +51,7 @@ typedef struct Instruction { typedef int (*exec_func_t)(); -static __attribute__((unused)) bool premium_activated = false; +static bool premium_activated = false; // Take a look at https://wiki.osdev.org/X86-64_Instruction_Encoding#Registers for more information. static uint8_t register_id_lookup[COUNT_REGISTERS] = {