allocator_shim_override_cpp_symbols.h nothrow syms should be aliased against 2-arg methods |
||
Issue descriptiondskiba@ just pointed out: in allocator_shim_override_cpp_symbols.h I am aliasing void* operator new(size_t size, std::nothrow_t&) __THROW against ShimCppNew(size_t) but ShimCppNew takes one argument. So this will work as long as the calling convention is callee-cleaned or args are passed on registers. I guess I should create a ShimCppNewNothrow and alias that to that one. Should fix this before doing the windows shim work.
,
Mar 1 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Mar 1 2017