summaryrefslogtreecommitdiff
path: root/libjava/interpret-run.cc
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2007-01-29 22:00:30 +0000
committerTom Tromey <tromey@gcc.gnu.org>2007-01-29 22:00:30 +0000
commitd75bf843440e5d372411699e81d87b273d398da6 (patch)
tree84ae34c9d8476dca18f56cb0ffc6c139cc1d3937 /libjava/interpret-run.cc
parenta1c0627764484c1b0458b729ec374c49e1476302 (diff)
downloadgcc-d75bf843440e5d372411699e81d87b273d398da6.tar.gz
interpret.cc (run_debug): Remove comment.
* 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. From-SVN: r121313
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),