cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

union-branch-if-invalid.json (271B)


      1# Cover branch with invalid 'if'
      2{ 'enum': 'Branches', 'data': ['branch1'] }
      3{ 'struct': 'Stru', 'data': { 'member': 'str' } }
      4{ 'union': 'Uni',
      5  'base': { 'tag': 'Branches' }, 'discriminator': 'tag',
      6  'data': { 'branch1': { 'type': 'Stru', 'if': { 'all': [''] } } } }