summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
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)