LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Openrisc > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: =?unknown-8bit?Q?Gy=F6rgy?= 'nog' Jeney<nog@s...>
    Date: Sat Mar 26 11:33:45 CET 2005
    Subject: [openrisc] [or1ksim #66] Debug config typo
    Top
    Hi,

    Changelog says it all.

    ChangeLog:
    * Fix typo in the debug unit configureation.

    nog.
    -------------- next part --------------
    diff -urp --unidirectional-new-file /home/nog/or1ksim-split/debug/debug_unit.c ./debug/debug_unit.c
    --- /home/nog/or1ksim-split/debug/debug_unit.c 2005-03-23 18:18:29.000000000 +0100
    +++ ./debug/debug_unit.c 2005-03-25 17:40:51.000000000 +0100
    @@ -486,5 +502,5 @@ void reg_debug_sec(void)
    reg_config_param(sec, "enabled", paramt_int, debug_enabled);
    reg_config_param(sec, "gdb_enabled", paramt_int, debug_gdb_enabled);
    reg_config_param(sec, "server_port", paramt_int, debug_server_port);
    - reg_config_param(sec, "vapi_id", paramt_int, debug_server_port);
    + reg_config_param(sec, "vapi_id", paramt_int, debug_vapi_id);
    }

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.