blob: 0eaa69900426c1a14978e26c518a2c35e0f3f646 [file] [log] [blame]
Brad Bishop26bdd442019-08-16 17:08:17 -04001From 98b1a76e13ad32c979208a22e5b6b7cb260426b0 Mon Sep 17 00:00:00 2001
2From: Nagaraju Mekala <nmekala@xilix.com>
3Date: Thu, 28 Jan 2016 14:07:34 +0530
4Subject: [PATCH] fixing the MAX_OPCODES to correct value
5
6Signed-off-by: Nagaraju Mekala <nagaraju.mekala@xilinx.com>
7
8---
9 opcodes/microblaze-opc.h | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/opcodes/microblaze-opc.h b/opcodes/microblaze-opc.h
13index 330f104..2a6b841 100644
14--- a/opcodes/microblaze-opc.h
15+++ b/opcodes/microblaze-opc.h
16@@ -102,7 +102,7 @@
17 #define DELAY_SLOT 1
18 #define NO_DELAY_SLOT 0
19
20-#define MAX_OPCODES 291
21+#define MAX_OPCODES 299
22
23 struct op_code_struct
24 {