mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Remove up_assert_code
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//***************************************************************************
|
||||
// libxx/libxx_cxapurevirtual.cxx
|
||||
//
|
||||
// Copyright (C) 2009 2011 Gregory Nutt. All rights reserved.
|
||||
// Copyright (C) 2009, 2011, 2013 Gregory Nutt. All rights reserved.
|
||||
// Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without
|
||||
@@ -63,7 +63,7 @@ extern "C"
|
||||
{
|
||||
void __cxa_pure_virtual(void)
|
||||
{
|
||||
PANIC(100);
|
||||
PANIC();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user