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

enum-if-invalid.json (116B)


      1# check invalid 'if' type
      2{ 'enum': 'TestIfEnum',
      3  'data': [ 'foo', { 'name' : 'bar', 'if': { 'val': 'foo' } } ] }