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

target_errno_defs.h (251B)


      1#ifndef MIPS64_TARGET_ERRNO_DEFS_H
      2#define MIPS64_TARGET_ERRNO_DEFS_H
      3
      4/*
      5 * The mips64 target uses errno definitions taken from asm-mips/errno.h
      6 * so directly use the mips target errno definitions.
      7 */
      8#include "../mips/target_errno_defs.h"
      9
     10#endif