Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2017-01-09 21:33:02 +0000
committerEugene Tarassov2017-01-09 21:33:02 +0000
commit74bbaf553d1f05dfc790f6fc8c810555ca06392f (patch)
treec5c6e3c0c2702bcb67b0dcb12e9d55b9ffc8c39f /agent/machine/powerpc/tcf/regset-mdep.h
parentb27e8148d29b3edd1a7f72de1fe75ae97ed6a0f1 (diff)
downloadorg.eclipse.tcf.agent-74bbaf553d1f05dfc790f6fc8c810555ca06392f.tar.gz
org.eclipse.tcf.agent-74bbaf553d1f05dfc790f6fc8c810555ca06392f.tar.xz
org.eclipse.tcf.agent-74bbaf553d1f05dfc790f6fc8c810555ca06392f.zip
TCF Agent: removed unneeded/unwanted definitions of TRAP_OFFSET
Diffstat (limited to 'agent/machine/powerpc/tcf/regset-mdep.h')
-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