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-bad-name.json (148B)


      1# we ensure all enum names can map to C
      2# FIXME reports 'not\possible' instead of 'not\\possible'
      3{ 'enum': 'MyEnum', 'data': [ 'not\\possible' ] }