| Index: src/shared/bytecodes.cc
|
| diff --git a/src/shared/bytecodes.cc b/src/shared/bytecodes.cc
|
| index 9dc221ed60469186011990a33d910cd4be6f5f11..529519c0c7a2744d81736a9b59815aaa97e3aad6 100644
|
| --- a/src/shared/bytecodes.cc
|
| +++ b/src/shared/bytecodes.cc
|
| @@ -9,7 +9,7 @@
|
| #include "src/shared/bytecodes.h"
|
| #include "src/shared/utils.h"
|
|
|
| -namespace fletch {
|
| +namespace dartino {
|
|
|
| uint8 Bytecode::Print(uint8* bcp) {
|
| Opcode opcode = static_cast<Opcode>(*bcp);
|
| @@ -113,4 +113,4 @@ uint8* Bytecode::PreviousBytecode(uint8* current_bcp) {
|
| return previous;
|
| }
|
|
|
| -} // namespace fletch
|
| +} // namespace dartino
|
|
|