mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-08 06:41:58 +00:00
[LibOS] Remove unused SHIM_TLS_CANARY for assembly
This commit is contained in:
committed by
Dmitrii Kuvaiskii
parent
4b256bd1ca
commit
bfa3efc4c5
@@ -1,11 +1,7 @@
|
||||
#ifndef _SHIM_TLS_H_
|
||||
#define _SHIM_TLS_H_
|
||||
|
||||
#ifdef __ASSEMBLER__
|
||||
|
||||
#define SHIM_TLS_CANARY $xdeadbeef
|
||||
|
||||
#else /* !__ASSEMBLER__ */
|
||||
#ifndef __ASSEMBLER__
|
||||
|
||||
#define SHIM_TLS_CANARY 0xdeadbeef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user