tcg/tcg-ldst.inc: Perform comparison pass with qemu

Ensure that code and formatting are consistent.
This commit is contained in:
Lioncash 2018-03-15 21:21:35 -04:00
parent 35df572589
commit a132b1723c
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -33,6 +33,7 @@ typedef struct TCGLabelQemuLdst {
struct TCGLabelQemuLdst *next;
} TCGLabelQemuLdst;
/*
* Generate TB finalization at the end of block
*/