~ubuntu-branches/ubuntu/vivid/vice/vivid-proposed

« back to all changes in this revision

Viewing changes to src/monitor/mon_assemble65816.c

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2014-10-19 08:05:48 UTC
  • mfrom: (17.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20141019080548-mb75mi9i7d3k7ui3
Tags: 2.4.dfsg+2.4.9-2
Re-try to fix build race with building in po/ first.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
static int mon_assemble_instr(const char *opcode_name, asm_mode_addr_info_t operand)
44
44
{
45
 
    WORD operand_value = operand.param;
 
45
    DWORD operand_value = operand.param;
46
46
    WORD operand_mode = operand.addr_mode;
47
47
    BYTE operand_extra_value = operand.addr_submode;
48
48
    BYTE i = 0, opcode = 0;