summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2024-11-02 09:34:07 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2024-11-02 09:34:07 +0000
commitf6ded31c6877749608f5c61eb5ccacbff1b9d9c3 (patch)
tree6485a3cf0f76e8ebd21c01756ca65081368c4d79 /sys/arch/alpha
parent7d6021e36faf8f11428cae2ac53fd6dc441114b0 (diff)
Remove #if !defined(ASSEMBLER) guards, this file is not used by boot blocks
assembly files (which are compiled with this define).
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/alpha/db_instruction.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/alpha/alpha/db_instruction.h b/sys/arch/alpha/alpha/db_instruction.h
index 4ba45af71ed..d16a51c4f5f 100644
--- a/sys/arch/alpha/alpha/db_instruction.h
+++ b/sys/arch/alpha/alpha/db_instruction.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_instruction.h,v 1.5 2002/07/10 20:30:14 jsyn Exp $ */
+/* $OpenBSD: db_instruction.h,v 1.6 2024/11/02 09:34:06 miod Exp $ */
/* $NetBSD: db_instruction.h,v 1.7 2001/04/26 03:10:44 ross Exp $ */
/*
@@ -71,8 +71,6 @@
#ifndef _ALPHA_INSTRUCTION_H_
#define _ALPHA_INSTRUCTION_H_ 1
-#if !defined(ASSEMBLER)
-
/*
* All instructions are in one of five formats:
* Memory, Branch, Operate, Floating-point Operate, PAL
@@ -207,8 +205,6 @@ typedef union {
} alpha_instruction;
-#endif /* !defined(ASSEMBLER) */
-
/*
*
* Encoding of regular instructions (Appendix C op cit)