blob: 17c7b247a91af024f13ffa1aa5812af123619b0e [file] [log] [blame]
// Copyright 2011 Google Inc. All Rights Reserved.
// Author: cshapiro@google.com (Carl Shapiro)
#include "jni_internal.h"
#include "assembler.h"
#include "object.h"
namespace art {
void CreateInvokeStub(Assembler* assembler, Method* method) {
UNIMPLEMENTED(FATAL);
}
} // namespace art