Fix build failure.
- Also fix `-Wreorder` warning. NFC. Change-Id: I766fdc622c9107f901a55498bdc8fef3d821d1b7
Этот коммит содержится в:
коммит произвёл
Vladislav Sytchenko
родитель
503ef06555
Коммит
12fcfee41d
@@ -143,8 +143,8 @@ class Program : public RuntimeObject {
|
||||
Program(Context& context, Language language = Binary,
|
||||
const void* mmap_ptr = nullptr, const size_t mmap_size = 0)
|
||||
: context_(context), language_(language),
|
||||
mmap_({mmap_ptr, mmap_size}),
|
||||
symbolTable_(NULL) {}
|
||||
symbolTable_(NULL),
|
||||
mmap_({mmap_ptr, mmap_size}) {}
|
||||
|
||||
//! Returns context, associated with the current program.
|
||||
const Context& context() const { return context_(); }
|
||||
|
||||
Ссылка в новой задаче
Block a user