diff options
Diffstat (limited to 'gdb/arch/arm-get-next-pcs.h')
-rw-r--r-- | gdb/arch/arm-get-next-pcs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/arch/arm-get-next-pcs.h b/gdb/arch/arm-get-next-pcs.h index 59f0316..7c5ad5e 100644 --- a/gdb/arch/arm-get-next-pcs.h +++ b/gdb/arch/arm-get-next-pcs.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef ARM_GET_NEXT_PCS_H -#define ARM_GET_NEXT_PCS_H 1 +#ifndef ARCH_ARM_GET_NEXT_PCS_H +#define ARCH_ARM_GET_NEXT_PCS_H #include <vector> @@ -64,4 +64,4 @@ void arm_get_next_pcs_ctor (struct arm_get_next_pcs *self, /* Find the next possible PCs after the current instruction executes. */ std::vector<CORE_ADDR> arm_get_next_pcs (struct arm_get_next_pcs *self); -#endif /* ARM_GET_NEXT_PCS_H */ +#endif /* ARCH_ARM_GET_NEXT_PCS_H */ |