OSDN Git Service

Fix a typo in the return type of dvmIsValidCard.
authorCarl Shapiro <cshapiro@google.com>
Tue, 19 Oct 2010 01:00:35 +0000 (18:00 -0700)
committerCarl Shapiro <cshapiro@google.com>
Tue, 19 Oct 2010 01:00:35 +0000 (18:00 -0700)
Change-Id: I518751b338e373d63a975c55320200348fa94b91

vm/alloc/CardTable.h

index fca6907..a6f2b38 100644 (file)
@@ -58,7 +58,7 @@ void *dvmAddrFromCard(const u1 *card);
 /*
  * Returns true if addr points to a valid card.
  */
-void dvmIsValidCard(const u1 *card);
+bool dvmIsValidCard(const u1 *card);
 
 /*
  * Set the card associated with the given address to GC_CARD_DIRTY.