diff --git a/thermosphere/src/platform/qemu/uart.h b/thermosphere/src/platform/qemu/uart.h index 0b15bfb96..9d91575ca 100644 --- a/thermosphere/src/platform/qemu/uart.h +++ b/thermosphere/src/platform/qemu/uart.h @@ -55,7 +55,7 @@ typedef struct PL011UartRegisters { u32 SR; u32 ECR; }; - u32 _0x08, _0x0C, _0x10; + u32 _0x08, _0x0C, _0x10, _0x14; u32 FR; u32 _0x1C; u32 ILPR;