From 80e917fcf1c88363929fc7028326a5da832ab778 Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Sat, 19 Mar 2022 12:13:07 +0100 Subject: [PATCH] Use uint32_t for misc_dev_list (fixes #196) --- src/part.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/part.hpp b/src/part.hpp index 7706a36..a8b34a9 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -141,7 +141,7 @@ typedef struct { int irlength; } misc_device; -static std::map misc_dev_list = { +static std::map misc_dev_list = { {0x4ba00477, {"ARM cortex A9", 4}}, {0x5ba00477, {"ARM cortex A53", 4}}, {0xfffffffe, {"ZynqMP dummy device", 12}},