Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'agent/machine/powerpc/tcf')
-rw-r--r--agent/machine/powerpc/tcf/regset-mdep.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/agent/machine/powerpc/tcf/regset-mdep.h b/agent/machine/powerpc/tcf/regset-mdep.h
index db9d365a..ed43cfab 100644
--- a/agent/machine/powerpc/tcf/regset-mdep.h
+++ b/agent/machine/powerpc/tcf/regset-mdep.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2013 Stanislav Yakovlev.
+ * Copyright (c) 2013, 2017 Stanislav Yakovlev and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Eclipse Distribution License v1.0 which accompany this distribution.
@@ -12,6 +12,3 @@
* Contributors:
* Stanislav Yakovlev - initial API and implementation
*******************************************************************************/
-
-/* offset to be applied to the PC after a software trap */
-#define TRAP_OFFSET 4

Back to the top