6970566: runThese fails with SIGSEGV

Reviewed-by: kvn
This commit is contained in:
Tom Rodriguez 2010-07-22 15:29:22 -07:00
parent 7e34622217
commit 762e078636
2 changed files with 6 additions and 3 deletions

View file

@ -219,8 +219,7 @@ class BufferBlob: public CodeBlob {
class AdapterBlob: public BufferBlob {
private:
AdapterBlob(int size) : BufferBlob("I2C/C2I adapters", size) {}
AdapterBlob(int size, CodeBuffer* cb) : BufferBlob("I2C/C2I adapters", size, cb) {}
AdapterBlob(int size, CodeBuffer* cb);
public:
// Creation