mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
janitor: add guards to headers
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7edd63f1b1
commit
cb9c377f54
50 changed files with 219 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef TCG_TARGET_HPPA
|
||||
#define TCG_TARGET_HPPA 1
|
||||
|
||||
#if TCG_TARGET_REG_BITS != 32
|
||||
|
@ -119,3 +120,5 @@ static inline void flush_icache_range(tcg_target_ulong start,
|
|||
start += 32;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue