Index: src/trusted/validator_arm/decode.h |
diff --git a/src/trusted/validator_arm/decode.h b/src/trusted/validator_arm/decode.h |
index e6d05b7f3851e02c7ce783d427af7d19b140924a..b12b6d555c727ae97013efc054641a8988f372ba 100644 |
--- a/src/trusted/validator_arm/decode.h |
+++ b/src/trusted/validator_arm/decode.h |
@@ -1,8 +1,8 @@ |
/* |
- * Copyright 2009 The Native Client Authors. All rights reserved. |
+ * Copyright 2011 The Native Client Authors. All rights reserved. |
* Use of this source code is governed by a BSD-style license that can |
* be found in the LICENSE file. |
- * Copyright 2009, Google Inc. |
+ * Copyright 2011, Google Inc. |
*/ |
#ifndef NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_ARM_V2_DECODE_H |
@@ -20,7 +20,7 @@ struct DecoderState; |
* decode. The caller owns the result and should delete it when appropriate, |
* by using delete_state below. |
Karl
2011/09/19 19:56:05
Any explanation of what parameter "thumb" is? Is i
jasonwkim
2011/09/26 21:35:52
Done
|
*/ |
-const DecoderState *init_decode(); |
+const DecoderState *init_decode(uint8_t thumb); |
/* |
* Frees any resources previously allocated by a call to init_decode. |