mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
Fix build.
BUG= Review URL: https://codereview.chromium.org/2426383003 .
This commit is contained in:
parent
36a237c88d
commit
941b0c8c39
1 changed files with 2 additions and 0 deletions
|
@ -1445,6 +1445,7 @@ static void GeneratePrecompiledSnapshot() {
|
|||
}
|
||||
|
||||
|
||||
#if defined(TARGET_ARCH_X64)
|
||||
static void GeneratePrecompiledJITSnapshot() {
|
||||
uint8_t* vm_isolate_buffer = NULL;
|
||||
intptr_t vm_isolate_size = 0;
|
||||
|
@ -1476,6 +1477,7 @@ static void GeneratePrecompiledJITSnapshot() {
|
|||
rodata_blob_buffer,
|
||||
rodata_blob_size);
|
||||
}
|
||||
#endif // defined(TARGET_ARCH_X64)
|
||||
|
||||
|
||||
static void GenerateAppSnapshot() {
|
||||
|
|
Loading…
Reference in a new issue