mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-06 14:22:31 -07:00
Remove typo
Copied from Perforce Change: 20929 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
09e6f37d87
commit
026d746e60
1 changed files with 7 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
TEST_HEADER
|
||||
id = $HopeName$
|
||||
id = $HopeName: MMQA_test_function!94.c(trunk.3) $
|
||||
summary = EPVM time allocations
|
||||
language = c
|
||||
link = testlib.o epvmfmt.o
|
||||
|
|
@ -18,7 +18,9 @@ END_HEADER
|
|||
|
||||
void *stackpointer;
|
||||
|
||||
static void timealloc(mps_pool_t pool, mps_ap_t ap, size_t size, int num, int step) {
|
||||
|
||||
static void timealloc(mps_pool_t pool, mps_ap_t ap, size_t size,
|
||||
int num, int step) {
|
||||
int i, j;
|
||||
clock_t t0, t1;
|
||||
int secs;
|
||||
|
|
@ -36,7 +38,8 @@ static void timealloc(mps_pool_t pool, mps_ap_t ap, size_t size, int num, int st
|
|||
}
|
||||
mps_epvm_restore(pool, 0);
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
static void test(void)
|
||||
{
|
||||
|
|
@ -79,6 +82,7 @@ static void test(void)
|
|||
|
||||
}
|
||||
|
||||
|
||||
int main(void) {
|
||||
void *m;
|
||||
stackpointer=&m;
|
||||
|
|
@ -87,6 +91,3 @@ int main(void) {
|
|||
pass();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue