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
typecast.cocci (58B)
1
// Remove useless casts
2
@@
3
type T;
4
T v;
5
@@
6
- (T *)&v
7
+ &v