summary refs log tree commit diff stats
path: root/include/hw/char/imx_serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/char/imx_serial.h')
-rw-r--r--include/hw/char/imx_serial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/char/imx_serial.h b/include/hw/char/imx_serial.h
index 65f0e97c76..90ba3ff18c 100644
--- a/include/hw/char/imx_serial.h
+++ b/include/hw/char/imx_serial.h
@@ -109,13 +109,13 @@ struct IMXSerialState {
     uint32_t ucr1;
     uint32_t ucr2;
     uint32_t uts1;
+    uint32_t ufcr;
 
     /*
      * The registers below are implemented just so that the
      * guest OS sees what it has written
      */
     uint32_t onems;
-    uint32_t ufcr;
     uint32_t ubmr;
     uint32_t ubrc;
     uint32_t ucr3;