runtime: mark global var as NOPTR

LGTM=dave
R=golang-codereviews, dave
CC=golang-codereviews
https://golang.org/cl/120280044
This commit is contained in:
Dmitriy Vyukov 2014-07-29 15:18:01 +04:00
parent 5dab2da954
commit d514e2915c
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ fstatus(bool nan, int32 cmp)
// conditions array record the required CPSR cond field for the
// first 5 pairs of conditional execution opcodes
// higher 4 bits are must set, lower 4 bits are must clear
#pragma dataflag NOPTR
static const uint8 conditions[10/2] = {
[0/2] = (FLAGS_Z >> 24) | 0, // 0: EQ (Z set), 1: NE (Z clear)
[2/2] = (FLAGS_C >> 24) | 0, // 2: CS/HS (C set), 3: CC/LO (C clear)