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

struct-member-name-clash.json (230B)


      1# C member name collision
      2# Reject members that clash when mapped to C names (we would have two 'a_b'
      3# members).
      4{ 'pragma': { 'member-name-exceptions': [ 'Oops' ] } }
      5{ 'struct': 'Oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }