summaryrefslogtreecommitdiff
path: root/src/tilegx/Ginit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tilegx/Ginit.c')
-rw-r--r--src/tilegx/Ginit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tilegx/Ginit.c b/src/tilegx/Ginit.c
index a0bb69d7..7564a558 100644
--- a/src/tilegx/Ginit.c
+++ b/src/tilegx/Ginit.c
@@ -31,13 +31,13 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#ifdef UNW_REMOTE_ONLY
/* unw_local_addr_space is a NULL pointer in this case. */
-PROTECTED unw_addr_space_t unw_local_addr_space;
+unw_addr_space_t unw_local_addr_space;
#else /* !UNW_REMOTE_ONLY */
static struct unw_addr_space local_addr_space;
-PROTECTED unw_addr_space_t unw_local_addr_space = &local_addr_space;
+unw_addr_space_t unw_local_addr_space = &local_addr_space;
/* Return the address of the 64-bit slot in UC for REG (even for o32,
where registers are 32-bit, the slots are still 64-bit). */