aboutsummaryrefslogtreecommitdiff
path: root/libjava/interpret-run.cc
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-29 22:00:30 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-29 22:00:30 +0000
commitfddeb0040366134bddc7a71d942258eda6bfd23e (patch)
tree84ae34c9d8476dca18f56cb0ffc6c139cc1d3937 /libjava/interpret-run.cc
parent5869bfd0a48cdd4326d8800b5a16416be8f79b64 (diff)
* interpret.cc (run_debug): Remove comment.
(STOREA): Reformat. (STOREI): Likewise. (STOREF): Likewise. (STOREL): Likewise. (STORED): Likewise. (POKEI): Likewise. (run_normal_debug): Likewise. (run_synch_object_debug): Likewise. (run_class_debug): Likewise. (run_synch_class_debug): Likewise. (get1s): Likewise. (get1u): Likewise. (get2u): Likewise. (get4): Likewise. (NULLARRAYCHECK): Likewise. (ARRAYBOUNDSCHECK): Likewise. * interpret-run.cc (insn_target) <breakpoint>: Tidy. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121313 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/interpret-run.cc')
-rw-r--r--libjava/interpret-run.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/interpret-run.cc b/libjava/interpret-run.cc
index 95037903810..f3687459cb4 100644
--- a/libjava/interpret-run.cc
+++ b/libjava/interpret-run.cc
@@ -217,7 +217,7 @@ details. */
INSN_LABEL(invokespecial),
INSN_LABEL(invokestatic),
INSN_LABEL(invokeinterface),
- INSN_LABEL (breakpoint),
+ INSN_LABEL(breakpoint),
INSN_LABEL(new),
INSN_LABEL(newarray),
INSN_LABEL(anewarray),