summaryrefslogtreecommitdiff
path: root/src/thread_arm.cc
blob: 8b0d9a42882096ce9750a6d3e4a26862cc6ec85e (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2011 Google Inc. All Rights Reserved.

#include "macros.h"
#include "thread.h"

namespace art {

void Thread::InitCpu() {
}

}  // namespace art