mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Fix PURPOSE comment.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3675
This commit is contained in:
parent
a82b769731
commit
b11df7045f
@ -32,11 +32,11 @@
|
||||
#define __PUB_CORE_DISPATCH_H
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
// PURPOSE: This module deals with management of the entire process
|
||||
// address space. Almost everything depends upon it, including dynamic
|
||||
// memory management. Hence this module is almost completely
|
||||
// standalone; the only module it uses is m_debuglog. DO NOT CHANGE
|
||||
// THIS.
|
||||
// PURPOSE: This module contains the inner loop of the execution
|
||||
// mechanism, which is: find next basic block, execute it, repeat until
|
||||
// the next bb isn't found in the fast-cache; or if the current bb
|
||||
// exited with a request for some special action before continuing; or
|
||||
// if the current thread has used up its scheduling quantum.
|
||||
//--------------------------------------------------------------------
|
||||
|
||||
/* This subroutine is called from the C world. It is passed
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user