]> Git Repo - qemu.git/blobdiff - target/mips/lmi_helper.c
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into staging
[qemu.git] / target / mips / lmi_helper.c
index fb1245b39d826a7d35d6e6b7eb55b769abb6e532..6c645cf679add5b73c7711098bd207a66fa5393d 100644 (file)
 #include "cpu.h"
 #include "exec/helper-proto.h"
 
-/* If the byte ordering doesn't matter, i.e. all columns are treated
-   identically, then this union can be used directly.  If byte ordering
-   does matter, we generally ignore dumping to memory.  */
+/*
+ * If the byte ordering doesn't matter, i.e. all columns are treated
+ * identically, then this union can be used directly.  If byte ordering
+ * does matter, we generally ignore dumping to memory.
+ */
 typedef union {
     uint8_t  ub[8];
     int8_t   sb[8];
This page took 0.023171 seconds and 4 git commands to generate.