You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
191 B
C

/* Copyright (C) 2021,2022 fef <owo@fef.moe>. All rights reserved. */
#pragma once
#ifdef __x86_64__
#define POISON_BASE 0xdead000000000000ul
#else
#define POISON_BASE 0x00000000ul
#endif