mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
Catch-up merge from custom/cet/main to master.
Includes installable assertion handler, events in circular memory buffers, LARGEADDRESSAWARE, etc. Copied from Perforce Change: 182176 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
fd8912c287
commit
5c6785b815
56 changed files with 396 additions and 130 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#include "mpslib.h"
|
||||
#include "mpsavm.h"
|
||||
#include "testlib.h"
|
||||
#include "mpslib.h"
|
||||
#include "mps.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
@ -193,6 +194,7 @@ int main(int argc, char *argv[])
|
|||
mps_arena_t arena;
|
||||
|
||||
randomize(argc, argv);
|
||||
mps_lib_assert_fail_install(assert_die);
|
||||
|
||||
die(mps_arena_create(&arena, mps_arena_class_vmnz(), testArenaSIZE),
|
||||
"mps_arena_create");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue