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

redefined-type.json (124B)


      1# we reject types defined more than once
      2{ 'struct': 'Foo', 'data': { 'one': 'str' } }
      3{ 'enum': 'Foo', 'data': [ 'two' ] }