From 1c4873f4b63c0a2c74ee4322c78b1631bceb2e86 Mon Sep 17 00:00:00 2001 From: "e.gavrin" Date: Wed, 2 Jul 2014 18:56:08 +0400 Subject: [PATCH] Add JSBench --- src/libcoreint/{opcode.c => opcodes.c} | 0 src/libcoreint/{opcode.h => opcodes.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/libcoreint/{opcode.c => opcodes.c} (100%) rename src/libcoreint/{opcode.h => opcodes.h} (100%) diff --git a/src/libcoreint/opcode.c b/src/libcoreint/opcodes.c similarity index 100% rename from src/libcoreint/opcode.c rename to src/libcoreint/opcodes.c diff --git a/src/libcoreint/opcode.h b/src/libcoreint/opcodes.h similarity index 100% rename from src/libcoreint/opcode.h rename to src/libcoreint/opcodes.h