summaryrefslogtreecommitdiffstats
path: root/libpdbg/operations.h
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2019-04-19 06:57:15 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-19 12:14:35 +0000
commit8ef16543ce4af45f55d6235dc9e69b700658fe72 (patch)
tree1f41c0f6e6dea5328604da64584ca71ba2f9dfcc /libpdbg/operations.h
parent68ac85897b4918e5fd5383f450fdfcdffc6ff380 (diff)
downloadpdbg-8ef16543ce4af45f55d6235dc9e69b700658fe72.tar.gz
pdbg-8ef16543ce4af45f55d6235dc9e69b700658fe72.zip
Add Blackbird support
Diffstat (limited to 'libpdbg/operations.h')
-rw-r--r--libpdbg/operations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpdbg/operations.h b/libpdbg/operations.h
index 6af3718..e06f055 100644
--- a/libpdbg/operations.h
+++ b/libpdbg/operations.h
@@ -71,7 +71,7 @@
#define MXSPR_SPR(opcode) (((opcode >> 16) & 0x1f) | ((opcode >> 6) & 0x3e0))
-enum fsi_system_type {FSI_SYSTEM_P8, FSI_SYSTEM_P9W, FSI_SYSTEM_P9R, FSI_SYSTEM_P9T, FSI_SYSTEM_P9Z};
+enum fsi_system_type {FSI_SYSTEM_P8, FSI_SYSTEM_P9W, FSI_SYSTEM_P9B, FSI_SYSTEM_P9R, FSI_SYSTEM_P9T, FSI_SYSTEM_P9Z};
enum chip_type get_chip_type(uint64_t chip_id);
#endif
OpenPOWER on IntegriCloud