[aarch64-port-dev ] Oops - I left some debugging in.

Edward Nevill ed at camswl.com
Fri Sep 27 11:04:49 PDT 2013


Hi,

Oops, I left some debug code in in the merge to b90.

The following patch will remove it.

I don't have my ssh keys with me, so if you want to push Andrew, otherwise it will have to wait until Monday.

All the best,
Ed.

--- CUT HERE ---
# HG changeset patch
# User Edward Nevill <ed at camswl.com>
# Date 1380304915 -3600
# Node ID 37f54005726296ac09d9bc1dc458dae5616b8b4a
# Parent  35932bf7751a020993f89fe11b325f429fb3f9ec
Remove debugging

diff -r 35932bf7751a -r 37f540057262 src/cpu/aarch64/vm/interp_masm_aarch64.cpp
--- a/src/cpu/aarch64/vm/interp_masm_aarch64.cpp	Fri Sep 27 18:04:00 2013 +0100
+++ b/src/cpu/aarch64/vm/interp_masm_aarch64.cpp	Fri Sep 27 19:01:55 2013 +0100
@@ -181,14 +181,9 @@
                                                                int bcp_offset,
                                                                size_t index_size) { Unimplemented(); }
 
-void method_counter_break(void)
-{
-}
-
 void InterpreterMacroAssembler::get_method_counters(Register method,
                                                     Register mcs, Label& skip) {
   Label has_counters;
-  call_VM(noreg, CAST_FROM_FN_PTR(address, method_counter_break));
   ldr(mcs, Address(method, Method::method_counters_offset()));
   cbnz(mcs, has_counters);
   call_VM(noreg, CAST_FROM_FN_PTR(address,
--- CUT HERE ---





More information about the aarch64-port-dev mailing list