src/cpu/zero/vm/icBuffer_zero.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8022956 Cdiff src/cpu/zero/vm/icBuffer_zero.cpp

src/cpu/zero/vm/icBuffer_zero.cpp

Print this page

        

*** 47,56 **** --- 47,58 ---- } address InlineCacheBuffer::ic_buffer_entry_point(address code_begin) { // NB ic_stub_code_size() must return the size of the code we generate ShouldNotCallThis(); + return NULL; } void* InlineCacheBuffer::ic_buffer_cached_value(address code_begin) { ShouldNotCallThis(); + return NULL; }
src/cpu/zero/vm/icBuffer_zero.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File