diff options
author | Lionel Landwerlin <[email protected]> | 2017-03-12 16:53:29 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2017-03-13 17:23:49 +0000 |
commit | bf47e5ba532d1bfd8780fa784e5a279ca5a96237 (patch) | |
tree | d2cef2ec39cb74a520fcd9e5df4fca72d68facd7 /Makefile.am | |
parent | 9df3f28a8bad8892edb114c49b5ed18e555488f9 (diff) |
intel: genxml: prevent missing ; with address fields dwords
Before this change, the generator could print this kind of things :
const uint32_t v0 =
__gen_uint(values->ValidBit, 0, 0) |
__gen_uint(values->FaultType, 1, 2) |
__gen_uint(values->SRCIDofFault, 3, 10) |
__gen_uint(values->GTTSEL, 11, 1) |
dw[0] = __gen_combine_address(data, &dw[0], values->VirtualAddressofFault, v0);
This change fix the trailing '|'.
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions