summaryrefslogtreecommitdiffstats
path: root/libmudflap/mf-runtime.c
diff options
context:
space:
mode:
authorfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-17 20:34:19 +0000
committerfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-17 20:34:19 +0000
commitbe8a81605eb5eb301e4f4663f04eca8f0c6a53d3 (patch)
tree4f4b2d2474d6c9f857a08c14e9b579c55282ce18 /libmudflap/mf-runtime.c
parent0c211281f15f2484260786677fd42c1b907135de (diff)
downloadppe42-gcc-be8a81605eb5eb301e4f4663f04eca8f0c6a53d3.tar.gz
ppe42-gcc-be8a81605eb5eb301e4f4663f04eca8f0c6a53d3.zip
2004-05-17 Frank Ch. Eigler <fche@redhat.com>
* lib/libmudflap.exp (libmudflap-init): For C++ test cases only, import some build settings from libstdc++-v3 testsuite_flags. * .../cfrags.exp, .../c++frags.exp, .../cthfrags.exp: Corresponding changes to pass test language. * mf-runtime.c (__mfu_check): Poison the cache with antidote for quicker mode-nop handling. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81944 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap/mf-runtime.c')
-rw-r--r--libmudflap/mf-runtime.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmudflap/mf-runtime.c b/libmudflap/mf-runtime.c
index 88a3682081c..8d5ed8c3665 100644
--- a/libmudflap/mf-runtime.c
+++ b/libmudflap/mf-runtime.c
@@ -737,6 +737,8 @@ void __mfu_check (void *ptr, size_t sz, int type, const char *location)
switch (__mf_opts.mudflap_mode)
{
case mode_nop:
+ entry->low = MINPTR;
+ entry->high = MAXPTR;
judgement = 1;
break;
OpenPOWER on IntegriCloud