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

alternate-conflict-dict.json (237B)


      1# alternate branches of object type conflict with each other
      2{ 'struct': 'One',
      3  'data': { 'name': 'str' } }
      4{ 'struct': 'Two',
      5  'data': { 'value': 'int' } }
      6{ 'alternate': 'Alt',
      7  'data': { 'one': 'One',
      8            'two': 'Two' } }