| Index: src/a64/cpu-a64.cc
|
| diff --git a/src/a64/cpu-a64.cc b/src/a64/cpu-a64.cc
|
| index 40ec1e1fc512a0ee06f2085cfb2783859113cc9c..5ccae13a049ce06f5d00272c1b97d1caf382592b 100644
|
| --- a/src/a64/cpu-a64.cc
|
| +++ b/src/a64/cpu-a64.cc
|
| @@ -138,15 +138,6 @@ void CPU::FlushICache(void* address, size_t length) {
|
| }
|
|
|
|
|
| -void CPU::DebugBreak() {
|
| -#if defined(USE_SIMULATOR)
|
| - asm volatile("int $3");
|
| -#else
|
| - asm volatile("hlt 0");
|
| -#endif
|
| -}
|
| -
|
| -
|
| void CpuFeatures::Probe() {
|
| // Compute I and D cache line size. The cache type register holds
|
| // information about the caches.
|
|
|